IVsMenuEditorTransactionEvents Interface
Enables treating a group of menu editor actions as a transaction. Used by the form designer to support undoing actions.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("A0E39F2D-1333-4E71-B3AC-FC7BBFD92D9E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsMenuEditorTransactionEvents
[GuidAttribute("A0E39F2D-1333-4E71-B3AC-FC7BBFD92D9E")]
[InterfaceTypeAttribute()]
public interface IVsMenuEditorTransactionEvents
[GuidAttribute(L"A0E39F2D-1333-4E71-B3AC-FC7BBFD92D9E")]
[InterfaceTypeAttribute()]
public interface class IVsMenuEditorTransactionEvents
[<GuidAttribute("A0E39F2D-1333-4E71-B3AC-FC7BBFD92D9E")>]
[<InterfaceTypeAttribute()>]
type IVsMenuEditorTransactionEvents = interface end
public interface IVsMenuEditorTransactionEvents
The IVsMenuEditorTransactionEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginTransaction | Marks the beginning of a transaction for an editor event. | |
EndTransaction | Marks the end of a transaction for an editor event. |
Top