Compartilhar via


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

Consulte também

Referência

ISchemaModelViewer Interface

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