Compartilhar via


Método ISchemaModelViewerNode.GetChildren

Obtém o filho nós deste nó.

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

Valor de retorno

Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Lista de nós filhos.Se o nó não tiver filhos, retorna uma lista vazia.

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewerNode Interface

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