Compartilhar via


Método ISchemaHierarchyGenerator.GetChildren

Retorna o filho de nós 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ós filhos.

Segurança do .NET Framework

Consulte também

Referência

ISchemaHierarchyGenerator Interface

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