Compartir a través de


SchemaModelViewerControllerBaseInternal.GetChildren (Método)

Devuelve la lista de nodos secundarios para el nodo primario especificado.

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

Sintaxis

'Declaración
Public Overrides Function GetChildren ( _
    parent As ISchemaModelViewerNode _
) As IList(Of ISchemaModelViewerNode)
public override IList<ISchemaModelViewerNode> GetChildren(
    ISchemaModelViewerNode parent
)
public:
virtual IList<ISchemaModelViewerNode^>^ GetChildren(
    ISchemaModelViewerNode^ parent
) override
abstract GetChildren : 
        parent:ISchemaModelViewerNode -> IList<ISchemaModelViewerNode> 
override GetChildren : 
        parent:ISchemaModelViewerNode -> IList<ISchemaModelViewerNode> 
public override function GetChildren(
    parent : ISchemaModelViewerNode
) : IList<ISchemaModelViewerNode>

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Lista de valores que no son NULL de elementos secundarios (la lista puede estar vacía).

Implementaciones

ISchemaModelViewerController.GetChildren(ISchemaModelViewerNode)

Seguridad de .NET Framework

Vea también

Referencia

SchemaModelViewerControllerBaseInternal Clase

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