IExplorerNode.ChildNodes Property

Definition

Gets the collection of IExplorerNode objects that are the children of the current node.

public:
 property Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNodeCollection ^ ChildNodes { Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNodeCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeCollection ChildNodes { get; }
member this.ChildNodes : Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNodeCollection
Public ReadOnly Property ChildNodes As IExplorerNodeCollection

Property Value

The collection of IExplorerNode objects that are the children of the current node.

Applies to