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

 

Executes the completion.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

public:
virtual 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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: