Compartilhar via


Método ISchemaModelViewer.SelectNodes (IList<IList<ISchemaModelViewerNode>>, Boolean)

Seleciona e opcionalmente expande nós com caminhos especificados.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Sub SelectNodes ( _
    paths As IList(Of IList(Of ISchemaModelViewerNode)), _
    expand As Boolean _
)
void SelectNodes(
    IList<IList<ISchemaModelViewerNode>> paths,
    bool expand
)
void SelectNodes(
    IList<IList<ISchemaModelViewerNode^>^>^ paths, 
    bool expand
)
abstract SelectNodes : 
        paths:IList<IList<ISchemaModelViewerNode>> * 
        expand:bool -> unit 
function SelectNodes(
    paths : IList<IList<ISchemaModelViewerNode>>, 
    expand : boolean
)

Parâmetros

  • expand
    Tipo: System.Boolean
    Sinalizador que indica se o nó será ser expandido, assim como selecionado.

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewer Interface

Sobrecargas SelectNodes

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