XmlAttributeEventArgs.ExpectedAttributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
の形式が使用されます。