XmlSerializationReader.UnknownAttribute メソッド

定義

XmlReader の現在の位置に対して UnknownAttribute イベントを発生させます。

オーバーロード

UnknownAttribute(Object, XmlAttribute)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

XmlReader の現在の位置に対して UnknownAttribute イベントを発生させます。

UnknownAttribute(Object, XmlAttribute, String)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

XmlReader の現在の位置に対して UnknownAttribute イベントを発生させます。

UnknownAttribute(Object, XmlAttribute)

Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs

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 不明な属性 XmlSerializer を処理するハンドラー メソッドを メソッドに Deserialize 追加します。

適用対象

UnknownAttribute(Object, XmlAttribute, String)

Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs

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 修飾名をコンマで区切ったリスト。

適用対象