UndoManager.Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) 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.
Implementation of IOleCommandTarget interface. Passes call through to undoCommandTarget.
public:
virtual int Exec(Guid % cmdGroup, System::UInt32 cmdId, System::UInt32 cmdExecOptions, IntPtr inValue, IntPtr outValue);
public int Exec (ref Guid cmdGroup, uint cmdId, uint cmdExecOptions, IntPtr inValue, IntPtr outValue);
abstract member Exec : Guid * uint32 * uint32 * nativeint * nativeint -> int
override this.Exec : Guid * uint32 * uint32 * nativeint * nativeint -> int
Public Function Exec (ByRef cmdGroup As Guid, cmdId As UInteger, cmdExecOptions As UInteger, inValue As IntPtr, outValue As IntPtr) As Integer
Parameters
- cmdGroup
- Guid
- cmdId
- UInt32
- cmdExecOptions
- UInt32
- inValue
-
IntPtr
nativeint
- outValue
-
IntPtr
nativeint