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.Int32An 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
- 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.