Compartir a través de


ISchemaModelViewerNode.GetChildren (Método)

Obtiene los nodos secundarios de este nodo.

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 As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetChildren()
IList<ISchemaModelViewerNode^>^ GetChildren()
abstract GetChildren : unit -> IList<ISchemaModelViewerNode> 
function GetChildren() : IList<ISchemaModelViewerNode>

Valor devuelto

Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Lista de nodos secundarios.Si el nodo no tiene nodos secundarios, devuelve una lista vacía.

Seguridad de .NET Framework

Vea también

Referencia

ISchemaModelViewerNode Interfaz

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