IVsDataExplorerNode.Children Property

Gets a collection of all child nodes that appear under this node in Server Explorer.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

ReadOnly Property Children As IVsDataExplorerChildNodeCollection

Dim instance As IVsDataExplorerNode
Dim value As IVsDataExplorerChildNodeCollection

value = instance.Children
IVsDataExplorerChildNodeCollection Children { get; }
property IVsDataExplorerChildNodeCollection^ Children {
    IVsDataExplorerChildNodeCollection^ get ();
}
function get Children () : IVsDataExplorerChildNodeCollection

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection

An IVsDataExplorerChildNodeCollection object containing the child nodes.

Permissions

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace