Compartir a través de


ISchemaHierarchyGenerator.GetChildren (Método)

Devuelve los nodos secundarios del 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
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 devuelto

Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Lista de nodos secundarios.

Seguridad de .NET Framework

Vea también

Referencia

ISchemaHierarchyGenerator Interfaz

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