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.
Returns the selected Solution Explorer hierarchy nodes that are selected for this hierarchy.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function GetSelectedSolutionExplorerNodes As IList(Of IDatabaseNode)
IList<IDatabaseNode> GetSelectedSolutionExplorerNodes()
IList<IDatabaseNode^>^ GetSelectedSolutionExplorerNodes()
abstract GetSelectedSolutionExplorerNodes : unit -> IList<IDatabaseNode>
function GetSelectedSolutionExplorerNodes() : IList<IDatabaseNode>
Return Value
Type: System.Collections.Generic.IList<IDatabaseNode>
The selected Solution Explorer nodes.
.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.Package.Project Namespace