IVsIntellisenseHost::Exec Method (Guid, UInt32, UInt32, Object^, Object^)

 

Executes the specified command.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
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
Return to top
Show: