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。

返回值

类型:Microsoft.VisualStudio.Modeling.ModelElement
找到的元素或空,如果找不到

备注

默认暴力搜索操作

.NET Framework 安全性

请参见

参考

ClosureFindElementOperation 类

Microsoft.VisualStudio.Modeling 命名空间