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
- 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
ISchemaModelViewerNode Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer