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です。