MergeContext.Set(Transaction, ModelElement, ElementGroup) 方法

定义

将 Mergecontext.set 信息添加到指定的事务。

public:
 static void Set(Microsoft::VisualStudio::Modeling::Transaction ^ transaction, Microsoft::VisualStudio::Modeling::ModelElement ^ targetElement, Microsoft::VisualStudio::Modeling::ElementGroup ^ elementGroup);
public static void Set (Microsoft.VisualStudio.Modeling.Transaction transaction, Microsoft.VisualStudio.Modeling.ModelElement targetElement, Microsoft.VisualStudio.Modeling.ElementGroup elementGroup);
static member Set : Microsoft.VisualStudio.Modeling.Transaction * Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.ElementGroup -> unit
Public Shared Sub Set (transaction As Transaction, targetElement As ModelElement, elementGroup As ElementGroup)

参数

transaction
Transaction

Mergecontext.set 将保存到的事务。

targetElement
ModelElement

合并操作的目标 ModelElement。

elementGroup
ElementGroup

已重建到目标存储区中的 ElementGroup。

适用于