Compartilhar via


Propriedade IVsDataExplorerNode.Children

Obtém uma coleção de todos os nós filhos que aparecem sob este nó no server Explorer.

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

Sintaxe

'Declaração
ReadOnly Property Children As IVsDataExplorerChildNodeCollection
IVsDataExplorerChildNodeCollection Children { get; }
property IVsDataExplorerChildNodeCollection^ Children {
    IVsDataExplorerChildNodeCollection^ get ();
}
abstract Children : IVsDataExplorerChildNodeCollection
function get Children () : IVsDataExplorerChildNodeCollection

Valor de propriedade

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
Um objeto de IVsDataExplorerChildNodeCollection que contém nós filho.

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerNode Interface

Namespace Microsoft.VisualStudio.Data.Services