XmlDeserializationEvents.OnUnknownAttribute 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置表示处理 UnknownAttribute 事件的方法的对象。
public:
 property System::Xml::Serialization::XmlAttributeEventHandler ^ OnUnknownAttribute { System::Xml::Serialization::XmlAttributeEventHandler ^ get(); void set(System::Xml::Serialization::XmlAttributeEventHandler ^ value); };
	public System.Xml.Serialization.XmlAttributeEventHandler? OnUnknownAttribute { get; set; }
	public System.Xml.Serialization.XmlAttributeEventHandler OnUnknownAttribute { get; set; }
	member this.OnUnknownAttribute : System.Xml.Serialization.XmlAttributeEventHandler with get, set
	Public Property OnUnknownAttribute As XmlAttributeEventHandler
	属性值
指向事件处理程序的 XmlAttributeEventHandler。