ForEachNodeListEnumerator.OuterXPathString プロパティ

定義

OuterXPathStringSourceType の値に応じて、XPath 文字列、XPath 文字列を含むファイルの名前、または XPath 文字列を含む変数の名前のいずれかを表す値を取得します。値の設定も可能です。

public:
 property System::String ^ OuterXPathString { System::String ^ get(); void set(System::String ^ value); };
public string OuterXPathString { get; set; }
member this.OuterXPathString : string with get, set
Public Property OuterXPathString As String

プロパティ値

OuterXPathStringSourceType の値に応じて、XPath 文字列、XPath 文字列を含むファイルの名前、または XPath 文字列を含む変数の名前のいずれかを表す値です。

実装

適用対象