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

Remarks

The tree will be expanded.

.NET Framework Security

See Also

Reference

ISchemaModelViewer Interface

SelectNodes Overload

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