ForEachNodeListEnumerator.NodeList プロパティ

定義

XPath 操作が生成するノードのコレクションを表す ArrayList クラスを取得します。

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 の詳細については、.NET Framework クラス ライブラリの「ArrayList クラス」を参照してください。

実装

適用対象