IDatabaseNode.Children (Propiedad)

Obtiene la lista de nodos secundarios para este nodo.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
ReadOnly Property Children As IList(Of IDatabaseNode)
    Get
IList<IDatabaseNode> Children { get; }
property IList<IDatabaseNode^>^ Children {
    IList<IDatabaseNode^>^ get ();
}
abstract Children : IList<IDatabaseNode>
function get Children () : IList<IDatabaseNode>

Valor de propiedad

Tipo: System.Collections.Generic.IList<IDatabaseNode>
Nodos secundarios.

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseNode Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)