FlavoredProjectBase::ExecCommand Method (UInt32, Guid, UInt32, UInt32, IntPtr, IntPtr)
Visual Studio 2015
Executes the specified command.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
protected: virtual int ExecCommand( unsigned int itemid, Guid% pguidCmdGroup, unsigned int nCmdID, unsigned int nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut )
Parameters
- itemid
-
Type:
System::UInt32
The item ID of the element.
- pguidCmdGroup
-
Type:
System::Guid
The command group.
- nCmdID
-
Type:
System::UInt32
The command ID.
- nCmdexecopt
-
Type:
System::UInt32
The execution options.
- pvaIn
-
Type:
System::IntPtr
The in parameters
- pvaOut
-
Type:
System::IntPtr
The out parameters.
Show: