ForEachNodeListEnumerator.InnerXPathString Property

Definition

Specifies the XPath string, or the name of the variable containing the XPath string, depending on the value of InnerXPathStringSourceType.

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

Property Value

A value that represents either the XPath string, the name of the file that contains the XPath string, or the name of the variable that contains the XPath string, depending on the value of InnerXPathStringSourceType.

Implements

Remarks

The XPath expression that applies to the XML file is the outer XPath operation, stored in the OuterXPathString property. If the XPath enumeration type is set to ElementCollection, then the ForeachNodeList enumerator can apply an inner XPath expression, stored in the InnerXPathString property, to a collection of elements.

Applies to