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)

[GuidAttribute("A0E39F2D-1333-4E71-B3AC-FC7BBFD92D9E")]
[InterfaceTypeAttribute(1)]
public interface IVsMenuEditorTransactionEvents

NameDescription
System_CAPS_pubmethodBeginTransaction(UInt32)

Marks the beginning of a transaction for an editor event.

System_CAPS_pubmethodEndTransaction(UInt32)

Marks the end of a transaction for an editor event.

Return to top
Show: