IVsMenuEditorTransactionEvents.EndTransaction(UInt32) Method
Definition
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.
Marks the end of a transaction for an editor event.
public:
int EndTransaction(System::UInt32 trans);
public:
int EndTransaction(unsigned int trans);
int EndTransaction(unsigned int trans);
public int EndTransaction (uint trans);
abstract member EndTransaction : uint32 -> int
Public Function EndTransaction (trans As UInteger) As Integer
Parameters
- trans
- UInt32
[in] The menu editor action represented by the transaction. A value from the __MENUEDITOR_TRANSACTION enumeration.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
[C++]
HRESULT IVsMenuEditorTransactionEvents::EndTransaction(
[in] MENUEDITOR_TRANSACTION trans
);