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
'Usage
Dim instance As IVsDataExplorerConnection 
Dim documentMoniker As String 
Dim returnValue As IVsDataExplorerNode 

returnValue = instance.FindDocumentNode(documentMoniker)
IVsDataExplorerNode FindDocumentNode(
    string documentMoniker
)
IVsDataExplorerNode^ FindDocumentNode(
    String^ documentMoniker
)
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

IVsDataExplorerConnection Members

FindDocumentNode Overload

Microsoft.VisualStudio.Data.Services Namespace