次の方法で共有


IExplorerNodeCollection インターフェイス

IExplorerNode オブジェクトのコレクションを表します。

名前空間:  Microsoft.VisualStudio.SharePoint.Explorer
アセンブリ:  Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)

構文

'宣言
Public Interface IExplorerNodeCollection _
    Inherits IEnumerable(Of IExplorerNode), IEnumerable
public interface IExplorerNodeCollection : IEnumerable<IExplorerNode>, 
    IEnumerable

IExplorerNodeCollection 型で公開されるメンバーは以下のとおりです。

メソッド

  名前 説明
パブリック メソッド Add(String, String, IDictionary<Object, Object>) 新しい IExplorerNode を作成してコレクションに追加します。
パブリック メソッド Add(String, String, IDictionary<Object, Object>, Int32) 兄弟ノード間で指定した並べ替え位置を使用して、新しい IExplorerNode を作成します。
パブリック メソッド AddFolder 新しいフォルダー ノードを作成し、指定したデリゲートを使用して新しいフォルダー ノードの子ノードを作成します。
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable<IExplorerNode> から継承されます。)
パブリック メソッド GetEnumerator() コレクションを反復処理する列挙子を返します。 (IEnumerable から継承されます。)

このページのトップへ

参照

関連項目

Microsoft.VisualStudio.SharePoint.Explorer 名前空間