Partilhar via


Método DatabaseSchemaViewNode.GetChildren

Retorna a lista de filhos desse nó.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Function GetChildren As IList(Of ISchemaModelViewerNode)
public IList<ISchemaModelViewerNode> GetChildren()
public:
virtual IList<ISchemaModelViewerNode^>^ GetChildren() sealed
abstract GetChildren : unit -> IList<ISchemaModelViewerNode> 
override GetChildren : unit -> IList<ISchemaModelViewerNode> 
public final function GetChildren() : IList<ISchemaModelViewerNode>

Valor de retorno

Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Lista de nós filhos.Se não houver nenhum filhos, uma lista vazia é retornada.

Implementações

ISchemaModelViewerNode.GetChildren()

Segurança do .NET Framework

Consulte também

Referência

DatabaseSchemaViewNode Classe

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