ISchemaModelViewer.SelectNodes Method (IList<IModelElement>)
Selects the nodes that are associated with the specified model element.
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 ( _
elements As IList(Of IModelElement) _
)
void SelectNodes(
IList<IModelElement> elements
)
void SelectNodes(
IList<IModelElement^>^ elements
)
abstract SelectNodes :
elements:IList<IModelElement> -> unit
function SelectNodes(
elements : IList<IModelElement>
)
Parameters
- elements
Type: System.Collections.Generic.IList<IModelElement>
Model elements to select.
Remarks
The tree will be expanded.
.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