Compartilhar via


Método ISchemaModelViewerController.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
Function GetChildren ( _
    parent As ISchemaModelViewerNode _
) As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetChildren(
    ISchemaModelViewerNode parent
)
IList<ISchemaModelViewerNode^>^ GetChildren(
    ISchemaModelViewerNode^ parent
)
abstract GetChildren : 
        parent:ISchemaModelViewerNode -> IList<ISchemaModelViewerNode> 
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).

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewerController Interface

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