XmlSerializationReader.UnknownAttribute 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對 XmlReader 的目前位置引發 UnknownAttribute 事件。
多載
UnknownAttribute(Object, XmlAttribute) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 對 XmlReader 的目前位置引發 UnknownAttribute 事件。 |
UnknownAttribute(Object, XmlAttribute, String) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 對 XmlReader 的目前位置引發 UnknownAttribute 事件。 |
UnknownAttribute(Object, XmlAttribute)
對 XmlReader 的目前位置引發 UnknownAttribute 事件。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
protected:
void UnknownAttribute(System::Object ^ o, System::Xml::XmlAttribute ^ attr);
protected void UnknownAttribute (object? o, System.Xml.XmlAttribute attr);
protected void UnknownAttribute (object o, System.Xml.XmlAttribute attr);
member this.UnknownAttribute : obj * System.Xml.XmlAttribute -> unit
Protected Sub UnknownAttribute (o As Object, attr As XmlAttribute)
參數
- o
- Object
XmlSerializer 正在嘗試還原序列化的物件;您之後可透過 ObjectBeingDeserialized 屬性存取此物件。
- attr
- XmlAttribute
XmlAttribute,代表有問題的屬性。
備註
的受保護成員 XmlSerializationReader 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。
將處理常式方法新增至 方法, UnknownAttribute 以在 執行其 Deserialize 方法時 XmlSerializer 處理未知的屬性。
適用於
UnknownAttribute(Object, XmlAttribute, String)
對 XmlReader 的目前位置引發 UnknownAttribute 事件。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
protected:
void UnknownAttribute(System::Object ^ o, System::Xml::XmlAttribute ^ attr, System::String ^ qnames);
protected void UnknownAttribute (object? o, System.Xml.XmlAttribute attr, string? qnames);
protected void UnknownAttribute (object o, System.Xml.XmlAttribute attr, string qnames);
member this.UnknownAttribute : obj * System.Xml.XmlAttribute * string -> unit
Protected Sub UnknownAttribute (o As Object, attr As XmlAttribute, qnames As String)
參數
- o
- Object
XmlSerializer 正在嘗試還原序列化的物件;您之後可透過 ObjectBeingDeserialized 屬性存取此物件。
- attr
- XmlAttribute
XmlAttribute,代表有問題的屬性。
- qnames
- String
XML 限定名稱的逗號分隔清單。