Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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
- 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.