UndoManager.Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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