MergeContext.AddRootModelElement 方法
將 modelElement 加入至異動之 MergeContext 的 RootMel 集合。
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Public Shared Sub AddRootModelElement ( _
transaction As Transaction, _
modelElement As ModelElement _
)
public static void AddRootModelElement(
Transaction transaction,
ModelElement modelElement
)
參數
- transaction
類型:Microsoft.VisualStudio.Modeling.Transaction
包含已儲存的 MergeContext 的交易。這通常是最上層交易。
- modelElement
類型:Microsoft.VisualStudio.Modeling.ModelElement
要加入至 RootMel 集合中的模型項目。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。