IVsIntellisenseHost::Exec Method (Guid, UInt32, UInt32, Object^, Object^)
Visual Studio 2015
Executes the specified command.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
int Exec( [InAttribute] Guid% pguidCmdGroup, unsigned int nCmdID, unsigned int nCmdexecopt, [InAttribute] Object^% pvaIn, Object^% pvaOut )
Parameters
- pguidCmdGroup
-
Type:
System::Guid
[in] The GUID of the command group.
- nCmdID
-
Type:
System::UInt32
[in] The command ID.
- nCmdexecopt
-
Type:
System::UInt32
[in] Specifies how the object should execute the command.
- pvaIn
-
Type:
System::Object^
[in] The input arguments of the command.
- pvaOut
-
Type:
System::Object^
[out] The output arguments of the command.
Return Value
Type: System::Int32
Show: