IVsMenuEditorTransactionEvents Interface

Definition

Enables treating a group of menu editor actions as a transaction. Used by the form designer to support undoing actions.

public interface class IVsMenuEditorTransactionEvents
public interface class IVsMenuEditorTransactionEvents
__interface IVsMenuEditorTransactionEvents
[System.Runtime.InteropServices.Guid("A0E39F2D-1333-4E71-B3AC-FC7BBFD92D9E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsMenuEditorTransactionEvents
[<System.Runtime.InteropServices.Guid("A0E39F2D-1333-4E71-B3AC-FC7BBFD92D9E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsMenuEditorTransactionEvents = interface
Public Interface IVsMenuEditorTransactionEvents
Attributes

Methods

BeginTransaction(UInt32)

Marks the beginning of a transaction for an editor event.

EndTransaction(UInt32)

Marks the end of a transaction for an editor event.

Applies to