IDatabaseProjectNode.GetSelectedSolutionExplorerNodes Method
Returns the list of selected Solution Explorer hierarchy nodes for this hierarchy.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function GetSelectedSolutionExplorerNodes As IList(Of IDatabaseNode)
'Usage
Dim instance As IDatabaseProjectNode
Dim returnValue As IList(Of IDatabaseNode)
returnValue = instance.GetSelectedSolutionExplorerNodes()
IList<IDatabaseNode> GetSelectedSolutionExplorerNodes()
IList<IDatabaseNode^>^ GetSelectedSolutionExplorerNodes()
function GetSelectedSolutionExplorerNodes() : IList<IDatabaseNode>
abstract GetSelectedSolutionExplorerNodes : unit -> IList<IDatabaseNode>
Return Value
Type: System.Collections.Generic.IList<IDatabaseNode>
.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
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace