CompoundActionBase Class
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.
Used to create CompoundAction objects.
public ref class CompoundActionBase : IDisposable
public class CompoundActionBase : IDisposable
type CompoundActionBase = class
interface IDisposable
Public Class CompoundActionBase
Implements IDisposable
- Inheritance
-
CompoundActionBase
- Derived
- Implements
Constructors
CompoundActionBase() |
Initializes a new instance of the CompoundActionBase class. |
Fields
action |
Interface for a CompoundAction action. |
opened |
Specifies if a compound action has been opened. |
Methods
Abort() |
Terminates the current compound action, throwing away all edits. |
Close() |
Close the compound action and commits all edits to the source file. |
Dispose() |
This method calls Close if you have not already called Close |
FlushEditActions() |
Flushes any pending edit actions from the current compound action. |