XMLTask.NodeList Propiedad

Definición

Obtiene una clase ArrayList que contiene una colección de nodos producidos por la operación 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

Valor de propiedad

Clase ArrayList que contiene una colección de nodos que genera la operación XPath.

Implementaciones

Comentarios

Esta propiedad se usa cuando se establece XPATHen OperationType .

Se aplica a