IDatabaseSchemaView.SelectNodes Method

Selects and, optionally, expands the specified list of nodes.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Sub SelectNodes ( _
    paths As IList(Of IList(Of IDatabaseSchemaViewNode)), _
    expand As Boolean _
)
'Usage
Dim instance As IDatabaseSchemaView
Dim paths As IList(Of IList(Of IDatabaseSchemaViewNode))
Dim expand As Boolean

instance.SelectNodes(paths, expand)
void SelectNodes(
    IList<IList<IDatabaseSchemaViewNode>> paths,
    bool expand
)
void SelectNodes(
    IList<IList<IDatabaseSchemaViewNode^>^>^ paths, 
    bool expand
)
function SelectNodes(
    paths : IList<IList<IDatabaseSchemaViewNode>>, 
    expand : boolean
)
abstract SelectNodes : 
        paths:IList<IList<IDatabaseSchemaViewNode>> * 
        expand:bool -> unit 

Parameters

  • expand
    Type: System.Boolean
    Specifies whether the node should be expanded

.NET Framework Security

See Also

Reference

IDatabaseSchemaView Interface

IDatabaseSchemaView Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace