通过数据视图层次结构获取指定的连接节点。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。