IDatabaseSchemaView.GetSelectedNodes Method
Returns a list of selected nodes.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function GetSelectedNodes As IList(Of IDatabaseSchemaViewNode)
'Usage
Dim instance As IDatabaseSchemaView
Dim returnValue As IList(Of IDatabaseSchemaViewNode)
returnValue = instance.GetSelectedNodes()
IList<IDatabaseSchemaViewNode> GetSelectedNodes()
IList<IDatabaseSchemaViewNode^>^ GetSelectedNodes()
function GetSelectedNodes() : IList<IDatabaseSchemaViewNode>
abstract GetSelectedNodes : unit -> IList<IDatabaseSchemaViewNode>
Return Value
Type: System.Collections.Generic.IList<IDatabaseSchemaViewNode>
.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.Project.Project.ToolWindows.DatabaseSchemaView Namespace