XMLTask.NodeList 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 類別,其中包含 XPath 作業產生的節點集合。
實作
備註
當設定為時,就會使用這個屬性 OperationType XPATH 。