IVsAction Interface
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.
Defines actions placed in the undo history of a text buffer.
public interface class IVsAction
public interface class IVsAction
__interface IVsAction
[System.Runtime.InteropServices.Guid("15D2C32A-0770-4872-BB5F-EC21B0FA2436")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsAction
[System.Runtime.InteropServices.Guid("15D2C32A-0770-4872-BB5F-EC21B0FA2436")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAction
[<System.Runtime.InteropServices.Guid("15D2C32A-0770-4872-BB5F-EC21B0FA2436")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsAction = interface
[<System.Runtime.InteropServices.Guid("15D2C32A-0770-4872-BB5F-EC21B0FA2436")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAction = interface
Public Interface IVsAction
- Attributes
Methods
CanMerge(IVsAction) |
Determines if the specified action can be merged into the text buffer undo history. |
Merge(IVsAction) |
Merges the specified action into the text buffer undo history. |