Método ISchemaModelViewer.GetExpandedNodes
Retorna uma lista de nós expandidos.
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 GetExpandedNodes As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetExpandedNodes()
IList<ISchemaModelViewerNode^>^ GetExpandedNodes()
abstract GetExpandedNodes : unit -> IList<ISchemaModelViewerNode>
function GetExpandedNodes() : IList<ISchemaModelViewerNode>
Valor de retorno
Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Lista de não-null de nós expandidos.A lista pode estar 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
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer