ISchemaModelViewer.SelectNodes Method (IList<IList<ISchemaModelViewerNode>>, Boolean)

Selects and optionally expands nodes with the specified paths.

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

Syntax

'Declaration
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
)

Parameters

  • expand
    Type: System.Boolean
    Flag that indicates whether the node will be expanded as well as selected.

.NET Framework Security

See Also

Reference

ISchemaModelViewer Interface

SelectNodes Overload

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