Compartilhar via


Método SchemaModelViewerControllerBaseInternal.GetChildren

Retorna a lista de nós de filhos do nó pai especificado.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Lista de não-null de filhos (a lista pode estar vazia).

Implementações

ISchemaModelViewerController.GetChildren(ISchemaModelViewerNode)

Segurança do .NET Framework

Consulte também

Referência

SchemaModelViewerControllerBaseInternal Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer