ClosureFindOrCreateElementOperation.FindOrCreateElement 方法
用來在目標存放區中尋找項目,或如果它不存在則建立
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Public Overridable Function FindOrCreateElement ( _
sourceElementId As Guid, _
domainClassId As Guid, _
targetPartition As Partition, _
elementGroup As ElementGroup _
) As ModelElement
public virtual ModelElement FindOrCreateElement(
Guid sourceElementId,
Guid domainClassId,
Partition targetPartition,
ElementGroup elementGroup
)
參數
- sourceElementId
類型:System.Guid
要尋找或建立的來源項目的 ID
- domainClassId
類型:System.Guid
項目的網域類別 ID
- targetPartition
類型:Microsoft.VisualStudio.Modeling.Partition
要搜尋或建立新項目的資料分割
- elementGroup
類型:Microsoft.VisualStudio.Modeling.ElementGroup
項目群組
傳回值
類型:Microsoft.VisualStudio.Modeling.ModelElement
現有的 ModelElement 或新建一個(如果找不到任何現有的符合項目)
備註
用來尋找項目在目標存放區或建立項目,如果它不存在
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。