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
- paths
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Paths to the nodes to select.
- expand
Type: System.Boolean
Flag that indicates whether the node will be expanded as well as selected.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace