IVsDataExplorerNodeSelection.Find 方法 (String, array<Object[])

从所选节点的组检索具有指定的节点。

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

语法

声明
Function Find ( _
    typeName As String, _
    identifier As Object() _
) As IVsDataExplorerNode
IVsDataExplorerNode Find(
    string typeName,
    Object[] identifier
)
IVsDataExplorerNode^ Find(
    String^ typeName, 
    array<Object^>^ identifier
)
abstract Find : 
        typeName:string * 
        identifier:Object[] -> IVsDataExplorerNode
function Find(
    typeName : String, 
    identifier : Object[]
) : IVsDataExplorerNode

参数

  • typeName
    类型:String

    在节点表示检索数据对象类型的名称。

  • identifier
    类型:array<Object[]

    数组数据对象表示节点的标识符部件。

返回值

类型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
表示请求节点的 IVsDataExplorerNode 对象。

.NET Framework 安全性

请参阅

参考

IVsDataExplorerNodeSelection 接口

Find 重载

Microsoft.VisualStudio.Data.Services 命名空间