共用方式為


ClosureFindElementOperation.FindElement 方法

預設暴力搜尋作業

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.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
找到的項目,如果找不到則為 null

備註

預設暴力搜尋

.NET Framework 安全性

請參閱

參考

ClosureFindElementOperation 類別

Microsoft.VisualStudio.Modeling 命名空間