IVsIntellisenseHost.Exec(Guid, UInt32, UInt32, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行指定的命令。
public:
int Exec(Guid % pguidCmdGroup, System::UInt32 nCmdID, System::UInt32 nCmdexecopt, System::Object ^ % pvaIn, [Runtime::InteropServices::Out] System::Object ^ % pvaOut);
public int Exec (ref Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, ref object pvaIn, out object pvaOut);
abstract member Exec : Guid * uint32 * uint32 * obj * obj -> int
Public Function Exec (ByRef pguidCmdGroup As Guid, nCmdID As UInteger, nCmdexecopt As UInteger, ByRef pvaIn As Object, ByRef pvaOut As Object) As Integer
参数
- pguidCmdGroup
- Guid
中命令组的 GUID。
- nCmdID
- UInt32
中命令 ID。
- nCmdexecopt
- UInt32
中指定对象应如何执行命令。
- pvaIn
- Object
中命令的输入参数。
- pvaOut
- Object
弄命令的输出参数。