XmlElementEventArgs.ExpectedElements プロパティ

定義

XML ドキュメントのインスタンスに出現する可能性のある XML 要素名をコンマで区切ったリストとして取得します。

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

プロパティ値

String

XML 要素名をコンマで区切ったリスト。 各名前には namespace:name の形式が使用されます。

適用対象