DTEClass::ExecuteCommand Method (String^, String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For more information on this method, refer to ExecuteCommand.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

public:
virtual void ExecuteCommand(
	String^ CommandName,
	String^ CommandArgs = ""
)

Parameters

CommandName
Type: System::String^

The name of the command.

CommandArgs
Type: System::String^

The command line arguments.

Return to top
Show: