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.StringThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.