Share via


IVsDataExplorerConnection.FindNode Method (Int32)

Retrieves the connection node from Server Explorer based on its ID.

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

Syntax

'Declaration
Function FindNode ( _
    itemId As Integer _
) As IVsDataExplorerNode
IVsDataExplorerNode FindNode(
    int itemId
)
IVsDataExplorerNode^ FindNode(
    int itemId
)
abstract FindNode : 
        itemId:int -> IVsDataExplorerNode
function FindNode(
    itemId : int
) : IVsDataExplorerNode

Parameters

  • itemId
    Type: System.Int32

    An integer value identifying the connection node to get.

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