IVsIntellisenseCompletor::Exec Method (Guid, UInt32, UInt32, Object^, Object^)
Visual Studio 2015
Executes the completion.
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] GUID of the command group.
- nCmdID
-
Type:
System::UInt32
[in] ID of the command.
- nCmdexecopt
-
Type:
System::UInt32
[in] Flag indicating execution options.
- pvaIn
-
Type:
System::Object^
[in] The command.
- pvaOut
-
Type:
System::Object^
[out] The command after completion.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: