Freigeben über


IVsDataExplorerConnection.FindNode-Methode (String)

Ruft den Verbindungsknoten im Server-Explorer auf Grundlage des Namens ab.

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

Syntax

'Declaration
Function FindNode ( _
    fullName As String _
) As IVsDataExplorerNode
IVsDataExplorerNode FindNode(
    string fullName
)
IVsDataExplorerNode^ FindNode(
    String^ fullName
)
abstract FindNode : 
        fullName:string -> IVsDataExplorerNode
function FindNode(
    fullName : String
) : IVsDataExplorerNode

Parameter

  • fullName
    Typ: String

    Der Name des angeforderten Verbindungsknotens.

Rückgabewert

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

Hinweise

Delegaten dieser Methode zur FindNode-Methode und -Übergaben der fullName-Parameter als das Zeichenfolgenargument und false als das Boolean-Argument.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerConnection Schnittstelle

FindNode-Überladung

Microsoft.VisualStudio.Data.Services-Namespace