Share via


ForEachNodeListEnumerator.InnerXPathString プロパティ

定義

InnerXPathStringSourceType の値に応じて、XPath 文字列または XPath 文字列を含む変数の名前を指定します。

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

プロパティ値

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

実装

注釈

XML ファイルに適用される XPath 式は、OuterXPathString プロパティに格納された外部 XPath 操作です。 XPath 列挙型に ElementCollection が設定されている場合、ForeachNodeList 列挙子は、InnerXPathString プロパティに格納された内部 XPath 式を、要素のコレクションに適用できます。

適用対象