Sdílet prostřednictvím


IVsDataExplorerConnection.FindDocumentNode – metoda (String)

Zadané připojení uzlu dostane data zobrazit hierarchii.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Function FindDocumentNode ( _
    documentMoniker As String _
) As IVsDataExplorerNode
IVsDataExplorerNode FindDocumentNode(
    string documentMoniker
)
IVsDataExplorerNode^ FindDocumentNode(
    String^ documentMoniker
)
abstract FindDocumentNode : 
        documentMoniker:string -> IVsDataExplorerNode 
function FindDocumentNode(
    documentMoniker : String
) : IVsDataExplorerNode

Parametry

  • documentMoniker
    Typ: System.String
    Zástupný název uzlu najít.

Vrácená hodnota

Typ: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
IVsDataExplorerNode Objekt reprezentující požadovaný uzel v Server Explorer.

Poznámky

Deleguje tuto metodu k FindDocumentNode metoda a průchodů documentMoniker parametr jako argument řetězce a false jako Boolean argument.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataExplorerConnection Rozhraní

FindDocumentNode – přetížení

Microsoft.VisualStudio.Data.Services – obor názvů