Share via


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

'Declaration
ReadOnly Property Children As IVsDataExplorerChildNodeCollection
IVsDataExplorerChildNodeCollection Children { get; }
property IVsDataExplorerChildNodeCollection^ Children {
    IVsDataExplorerChildNodeCollection^ get ();
}
abstract Children : IVsDataExplorerChildNodeCollection with get
function get Children () : IVsDataExplorerChildNodeCollection

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
An IVsDataExplorerChildNodeCollection object containing the child nodes.

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace