Share via


ForEachNodeListEnumerator.InnerXPathString Propriété

Définition

Spécifie la chaîne XPath ou le nom de la variable qui contient la chaîne XPath, selon la valeur de la propriété 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

Valeur de propriété

Valeur qui représente soit la chaîne XPath, soit le nom du fichier qui contient la chaîne XPath, soit le nom de la variable qui contient la chaîne XPath, selon la valeur de la propriété InnerXPathStringSourceType.

Implémente

Remarques

L'expression XPath qui s'applique au fichier XML est l'opération XPath externe, stockée dans la propriété OuterXPathString. Si le type d’énumération XPath est défini sur ElementCollection, l’énumérateur ForeachNodeList peut appliquer une expression XPath interne, stockée dans la InnerXPathString propriété, à une collection d’éléments.

S’applique à