Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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