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

'宣言
Function FindNode ( _
    itemId As Integer _
) As IVsDataExplorerNode
'使用
Dim instance As IVsDataExplorerConnection
Dim itemId As Integer
Dim returnValue As IVsDataExplorerNode

returnValue = instance.FindNode(itemId)
IVsDataExplorerNode FindNode(
    int itemId
)
IVsDataExplorerNode^ FindNode(
    int itemId
)
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.

Permissions

See Also

Reference

IVsDataExplorerConnection Interface

IVsDataExplorerConnection Members

FindNode Overload

Microsoft.VisualStudio.Data.Services Namespace