Compartilhar via


Método SchemaModelViewerControllerBase.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 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 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

SchemaModelViewerControllerBase Classe

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