CompoundActionBase Class
Visual Studio 2015
Used to create CompoundAction objects.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
System.Object
Microsoft.VisualStudio.Package.CompoundActionBase
Microsoft.VisualStudio.Package.CompoundAction
Microsoft.VisualStudio.Package.CompoundViewAction
Microsoft.VisualStudio.Package.CompoundActionBase
Microsoft.VisualStudio.Package.CompoundAction
Microsoft.VisualStudio.Package.CompoundViewAction
| Name | Description | |
|---|---|---|
![]() | CompoundActionBase() | Initializes a new instance of the CompoundActionBase class. |
| Name | Description | |
|---|---|---|
![]() | Abort() | Terminates the current compound action, throwing away all edits. |
![]() | Close() | Close the compound action and commits all edits to the source file. |
![]() | Dispose() | Deallocates any resources just before the CompoundAction object is destroyed. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | FlushEditActions() | Flushes any pending edit actions from the current compound action. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


