FlavoredProjectBase::ExecCommand Method (UInt32, Guid, UInt32, UInt32, IntPtr, IntPtr)

 

Executes the specified command.

Namespace:   Microsoft.VisualStudio.Shell.Flavor
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.

Return Value

Type: System::Int32

Returns Int32.

Return to top
Show: