DesignSurfaceElementOperations.PropagateElementGroupContextToTransaction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
override void PropagateElementGroupContextToTransaction(Microsoft::VisualStudio::Modeling::ModelElement ^ targetElement, Microsoft::VisualStudio::Modeling::ElementGroup ^ elementGroup, Microsoft::VisualStudio::Modeling::Transaction ^ transaction);
protected override void PropagateElementGroupContextToTransaction (Microsoft.VisualStudio.Modeling.ModelElement targetElement, Microsoft.VisualStudio.Modeling.ElementGroup elementGroup, Microsoft.VisualStudio.Modeling.Transaction transaction);
override this.PropagateElementGroupContextToTransaction : Microsoft.VisualStudio.Modeling.ModelElement * Microsoft.VisualStudio.Modeling.ElementGroup * Microsoft.VisualStudio.Modeling.Transaction -> unit
Protected Overrides Sub PropagateElementGroupContextToTransaction (targetElement As ModelElement, elementGroup As ElementGroup, transaction As Transaction)
Parameters
- targetElement
- ModelElement
- elementGroup
- ElementGroup
- transaction
- Transaction