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

适用于