Share via


IVsDataExplorerConnection.FindDocumentNode Method (String)

Gets the specified connection node through the data view hierarchy.

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

Syntax

'Declaration
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

Parameters

  • documentMoniker
    Type: System.String

    The moniker for the node to find.

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing the requested node in Server Explorer.

Remarks

This method delegates to the FindDocumentNode method and passes the documentMoniker parameter as the string argument and false as the Boolean argument.

.NET Framework Security

See Also

Reference

IVsDataExplorerConnection Interface

FindDocumentNode Overload

Microsoft.VisualStudio.Data.Services Namespace