CompoundActionBase.FlushEditActions 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.
Flushes any pending edit actions from the current compound action.
public:
virtual void FlushEditActions();
public:
virtual void FlushEditActions();
virtual void FlushEditActions();
public virtual void FlushEditActions ();
abstract member FlushEditActions : unit -> unit
override this.FlushEditActions : unit -> unit
Public Overridable Sub FlushEditActions ()
Remarks
This method has limited functionality as it forwards the call to the FlushEditActions method on the IVsCompoundAction object obtained in the CompoundAction class constructor. That version of the FlushEditActions method applies only if you have made multiple calls to the OpenCompoundAction method on the same IVsCompoundAction object. This situation is not possible with the CompoundAction class, which performs only a single call to the OpenCompoundAction method.