IVsDataExplorerNode.Children (Propiedad)

Obtiene una colección de todos los nodos secundarios que aparecen bajo este nodo en el Explorador de servidores.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
ReadOnly Property Children As IVsDataExplorerChildNodeCollection
IVsDataExplorerChildNodeCollection Children { get; }
property IVsDataExplorerChildNodeCollection^ Children {
    IVsDataExplorerChildNodeCollection^ get ();
}
abstract Children : IVsDataExplorerChildNodeCollection
function get Children () : IVsDataExplorerChildNodeCollection

Valor de propiedad

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
Un objeto de IVsDataExplorerChildNodeCollection que contiene los nodos secundarios.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNode Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)