IDatabaseProjectNode.GetSingleSelectedSolutionExplorerNode Method
Returns a single selected node that is owned by the root node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function GetSingleSelectedSolutionExplorerNode As IDatabaseNode
IDatabaseNode GetSingleSelectedSolutionExplorerNode()
IDatabaseNode^ GetSingleSelectedSolutionExplorerNode()
abstract GetSingleSelectedSolutionExplorerNode : unit -> IDatabaseNode
function GetSingleSelectedSolutionExplorerNode() : IDatabaseNode
Return Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode
The singly selected node owned by this project, or null if no such node was found.
.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