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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView