IVsMenuEditorTransactionEvents Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables treating a group of menu editor actions as a transaction. Used by the form designer to support undoing actions.
public interface class IVsMenuEditorTransactionEvents
C++/CX
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(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsMenuEditorTransactionEvents
[<System.Runtime.InteropServices.Guid("A0E39F2D-1333-4E71-B3AC-FC7BBFD92D9E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsMenuEditorTransactionEvents = interface
[<System.Runtime.InteropServices.Guid("A0E39F2D-1333-4E71-B3AC-FC7BBFD92D9E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsMenuEditorTransactionEvents = interface
Public Interface IVsMenuEditorTransactionEvents
- Attributes
Begin |
Marks the beginning of a transaction for an editor event. |
End |
Marks the end of a transaction for an editor event. |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |