XMLTask.NodeList Propriété

Définition

Obtient une classe ArrayList qui contient une collection de nœuds produits par l'opération XPath.

public:
 property System::Collections::ArrayList ^ NodeList { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList NodeList { get; }
member this.NodeList : System.Collections.ArrayList
Public ReadOnly Property NodeList As ArrayList

Valeur de propriété

Classe ArrayList qui contient une collection de nœuds générés par l’opération XPath.

Implémente

Remarques

Cette propriété est utilisée lorsque la OperationType valeur est définie XPATHsur .

S’applique à