IVsAction Interface
Defines actions placed in the undo history of a text buffer.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("15D2C32A-0770-4872-BB5F-EC21B0FA2436")> _
Public Interface IVsAction
[InterfaceTypeAttribute()]
[GuidAttribute("15D2C32A-0770-4872-BB5F-EC21B0FA2436")]
public interface IVsAction
[InterfaceTypeAttribute()]
[GuidAttribute(L"15D2C32A-0770-4872-BB5F-EC21B0FA2436")]
public interface class IVsAction
[<InterfaceTypeAttribute()>]
[<GuidAttribute("15D2C32A-0770-4872-BB5F-EC21B0FA2436")>]
type IVsAction = interface end
public interface IVsAction
The IVsAction type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanMerge | Determines if the specified action can be merged into the text buffer undo history. | |
Merge | Merges the specified action into the text buffer undo history. |
Top