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

Selecciona y opcionalmente expande los nodos que tienen las rutas de acceso especificadas.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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
    Marca que indica si el nodo se expandirá y seleccionará.

Seguridad de .NET Framework

Vea también

Referencia

ISchemaModelViewer Interfaz

SelectNodes (Sobrecarga)

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)