从所选节点的组检索具有指定的节点。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。