Udostępnij za pośrednictwem


IExplorerNodeCollection Interface

Definition

Represents a collection of IExplorerNode objects.

public interface class IExplorerNodeCollection : System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNode ^>
public interface IExplorerNodeCollection : System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode>
type IExplorerNodeCollection = interface
    interface seq<IExplorerNode>
    interface IEnumerable
Public Interface IExplorerNodeCollection
Implements IEnumerable(Of IExplorerNode)
Implements

Methods

Add(String, String, IDictionary<Object,Object>)

Creates a new IExplorerNode and adds it to the collection.

Add(String, String, IDictionary<Object,Object>, Int32)

Creates a new IExplorerNode with the specified sort position among sibling nodes.

AddFolder(String, Image, Action<IExplorerNode>)

Creates a new folder node and uses the specified delegate to create child nodes for the new folder node.

Applies to