Compartilhar via


Método ISchemaModelViewer.GetSelectedNodes

Retorna uma lista de nós selecionados.

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 GetSelectedNodes As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetSelectedNodes()
IList<ISchemaModelViewerNode^>^ GetSelectedNodes()
abstract GetSelectedNodes : unit -> IList<ISchemaModelViewerNode> 
function GetSelectedNodes() : IList<ISchemaModelViewerNode>

Valor de retorno

Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Lista de não-null de nós selecionados.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