Share via


IVsDataExplorerConnection.FindNode Method (String, Boolean)

Retrieves the connection node from Server Explorer based on its name. Optionally, searches unexpanded nodes that are not populated.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function FindNode ( _
    fullName As String, _
    searchUnpopulatedChildren As Boolean _
) As IVsDataExplorerNode
IVsDataExplorerNode FindNode(
    string fullName,
    bool searchUnpopulatedChildren
)
IVsDataExplorerNode^ FindNode(
    String^ fullName, 
    bool searchUnpopulatedChildren
)
abstract FindNode : 
        fullName:string * 
        searchUnpopulatedChildren:bool -> IVsDataExplorerNode
function FindNode(
    fullName : String, 
    searchUnpopulatedChildren : boolean
) : IVsDataExplorerNode

Parameters

  • fullName
    Type: System.String

    The name of the connection node to get.

  • searchUnpopulatedChildren
    Type: System.Boolean

    A Boolean value indicating whether to search nodes that have never been expanded and are thus not populated.

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing the requested connection node in Server Explorer.

.NET Framework Security

See Also

Reference

IVsDataExplorerConnection Interface

FindNode Overload

Microsoft.VisualStudio.Data.Services Namespace