IExplorerNodeCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>, Int32) |
Creates a new IExplorerNode with the specified sort position among sibling nodes. |
Add(String, String, IDictionary<Object,Object>) |
Creates a new IExplorerNode and adds it to the collection. |
AddFolder(String, Image, Action<IExplorerNode>) |
Creates a new folder node and uses the specified delegate to create child nodes for the new folder node. |