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。
- targetStore
類型:Microsoft.VisualStudio.Modeling.Store
要搜尋的存放區
- elementGroup
類型:Microsoft.VisualStudio.Modeling.ElementGroup
包含工作群組
傳回值
類型:Microsoft.VisualStudio.Modeling.ModelElement
找到的項目,如果找不到則為 null
備註
預設暴力搜尋
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。