XMLTask.NodeList 屬性

定義

取得 ArrayList 類別,其中包含 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

屬性值

ArrayList

ArrayList 類別,其中包含 XPath 作業產生的節點集合。

實作

備註

當設定為時,就會使用這個屬性 OperationType XPATH

適用於