Share via


IVsAction Interface

Actions placed in the undo history of a text buffer expose this interface .

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
'Usage
Dim instance As IVsAction
[InterfaceTypeAttribute()]
[GuidAttribute("15D2C32A-0770-4872-BB5F-EC21B0FA2436")]
public interface IVsAction
[InterfaceTypeAttribute()]
[GuidAttribute(L"15D2C32A-0770-4872-BB5F-EC21B0FA2436")]
public interface class IVsAction
public interface IVsAction

See Also

Reference

IVsAction Members

Microsoft.VisualStudio.TextManager.Interop Namespace