ClosureFindElementOperation.FindElement 方法
默认暴力搜索操作
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Public Overridable Function FindElement ( _
elementId As Guid, _
domainClassId As Guid, _
targetStore As Store, _
elementGroup As ElementGroup _
) As ModelElement
public virtual ModelElement FindElement(
Guid elementId,
Guid domainClassId,
Store targetStore,
ElementGroup elementGroup
)
参数
- elementId
类型:System.Guid
搜索的源元素的 ID。
- domainClassId
类型:System.Guid
搜索类的 ID。
- targetStore
类型:Microsoft.VisualStudio.Modeling.Store
搜索存储区
- elementGroup
类型:Microsoft.VisualStudio.Modeling.ElementGroup
包含元素组
返回值
类型:Microsoft.VisualStudio.Modeling.ModelElement
找到的元素或空,如果找不到
备注
默认暴力搜索操作
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。