XmlAttributeEventArgs.ExpectedAttributes プロパティ

定義

XML ドキュメント インスタンスに含まれると想定される XML 属性名のコンマ区切りのリストを取得します。

public:
 property System::String ^ ExpectedAttributes { System::String ^ get(); };
public string ExpectedAttributes { get; }
member this.ExpectedAttributes : string
Public ReadOnly Property ExpectedAttributes As String

プロパティ値

XML 属性名のコンマ区切りのリスト。 各名前の形式は、 namespace:nameです。

適用対象