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

定义

public:
 virtual int Exec(Guid % guidGroup, System::UInt32 nCmdId, System::UInt32 nCmdExcept, IntPtr vIn, IntPtr vOut);
public int Exec (ref Guid guidGroup, uint nCmdId, uint nCmdExcept, IntPtr vIn, IntPtr vOut);
abstract member Exec : Guid * uint32 * uint32 * nativeint * nativeint -> int
override this.Exec : Guid * uint32 * uint32 * nativeint * nativeint -> int
Public Function Exec (ByRef guidGroup As Guid, nCmdId As UInteger, nCmdExcept As UInteger, vIn As IntPtr, vOut As IntPtr) As Integer

参数

guidGroup
Guid
nCmdId
UInt32
nCmdExcept
UInt32
vIn
IntPtr

nativeint

vOut
IntPtr

nativeint

返回

实现

适用于