IVsDataExplorerConnection.FindDocumentNode 方法 (String)

通过数据视图层次结构获取指定的连接节点。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
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

参数

  • documentMoniker
    类型:System.String
    节点的标记能够找到。

返回值

类型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
表示在服务器资源管理器中 IVsDataExplorerNode 对象请求的节点。

备注

FindDocumentNode 方法并传入的此方法委托 documentMoniker 参数作为字符串参数和 false 作为 Boolean 参数。

.NET Framework 安全性

请参见

参考

IVsDataExplorerConnection 接口

FindDocumentNode 重载

Microsoft.VisualStudio.Data.Services 命名空间