Freigeben über


IVsDataExplorerNode.Children-Eigenschaft

Ruft eine Auflistung aller untergeordneten Knoten ab, die unter diesem Knoten im Server-Explorer angezeigt werden.

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
Ein IVsDataExplorerChildNodeCollection-Objekt, das die untergeordneten Knoten enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerNode Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace