Share via


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

See Also

Reference

IDatabaseProjectNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace