Dela via


ISchemaModelViewer.GetSelectedModelElementNodes Method

From the selection, look for all the nodes, and return those that belong to ModelElementNodes.

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

Syntax

'Declaration
Function GetSelectedModelElementNodes As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetSelectedModelElementNodes()
IList<ISchemaModelViewerNode^>^ GetSelectedModelElementNodes()
abstract GetSelectedModelElementNodes : unit -> IList<ISchemaModelViewerNode> 
function GetSelectedModelElementNodes() : IList<ISchemaModelViewerNode>

Return Value

Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
Non-null list of selected Model Element nodes. The list can be empty.

.NET Framework Security

See Also

Reference

ISchemaModelViewer Interface

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