UndoManager.Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) 方法

定义

IOleCommandTarget 接口的实现。 将调用传递到 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

参数

cmdGroup
Guid
cmdId
UInt32
cmdExecOptions
UInt32
inValue
IntPtr

nativeint

outValue
IntPtr

nativeint

返回

Int32

实现

适用于