ElementOperations.PropagateElementGroupContextToTransaction(ModelElement, ElementGroup, Transaction) Methode

Definition

Gibt den in der-Element Gruppe vorhandenen Kontext an die derzeit aktive Transaktion der obersten Ebene weiter.

protected:
 virtual void PropagateElementGroupContextToTransaction(Microsoft::VisualStudio::Modeling::ModelElement ^ targetElement, Microsoft::VisualStudio::Modeling::ElementGroup ^ elementGroup, Microsoft::VisualStudio::Modeling::Transaction ^ transaction);
protected virtual void PropagateElementGroupContextToTransaction (Microsoft.VisualStudio.Modeling.ModelElement targetElement, Microsoft.VisualStudio.Modeling.ElementGroup elementGroup, Microsoft.VisualStudio.Modeling.Transaction transaction);
abstract member PropagateElementGroupContextToTransaction : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.ElementGroup * Microsoft.VisualStudio.Modeling.Transaction -> unit
override this.PropagateElementGroupContextToTransaction : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.ElementGroup * Microsoft.VisualStudio.Modeling.Transaction -> unit
Protected Overridable Sub PropagateElementGroupContextToTransaction (targetElement As ModelElement, elementGroup As ElementGroup, transaction As Transaction)

Parameter

targetElement
ModelElement
elementGroup
ElementGroup
transaction
Transaction

Gilt für