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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.