Compartir a través de


SchemaModelViewerControllerBase.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 MustOverride Function GetChildren ( _
    parent As ISchemaModelViewerNode _
) As IList(Of ISchemaModelViewerNode)
public abstract IList<ISchemaModelViewerNode> GetChildren(
    ISchemaModelViewerNode parent
)
public:
virtual IList<ISchemaModelViewerNode^>^ GetChildren(
    ISchemaModelViewerNode^ parent
) abstract
abstract GetChildren : 
        parent:ISchemaModelViewerNode -> IList<ISchemaModelViewerNode> 
public abstract 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

SchemaModelViewerControllerBase Clase

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