CompoundAction Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Abort() | Terminates the current compound action, throwing away all edits.(Overrides CompoundActionBase::Abort().) |
![]() | Close() | Closes the compound action and commits all edits to the source file.(Overrides CompoundActionBase::Close().) |
![]() | Dispose() | Deallocates any resources just before the CompoundAction object is destroyed.(Inherited from CompoundActionBase.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | FlushEditActions() | Flushes any pending edit actions from the current compound action.(Overrides CompoundActionBase::FlushEditActions().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Show:

