Freigeben über


IVsDataExplorerConnection.FindNode-Methode (Int32)

Ruft den Verbindungsknoten im Server-Explorer anhand ihrer ID ab

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

Parameter

  • itemId
    Typ: Int32

    Ein ganzzahliger Wert, der den Verbindungsknoten identifiziert, um abzurufen.

Rückgabewert

Typ: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Ein IVsDataExplorerNode-Objekt, das den angeforderten Verbindungsknoten im Server-Explorer darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerConnection Schnittstelle

FindNode-Überladung

Microsoft.VisualStudio.Data.Services-Namespace