ManagedCompiler.UseAlternateCommandLineToolToExecute Method

Definition

If an alternate tool name or tool path was specified in the project file, then that tool is used rather than the host compiler for integrated development environment (IDE) builds.

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

protected public:
 virtual bool UseAlternateCommandLineToolToExecute();
protected internal virtual bool UseAlternateCommandLineToolToExecute ();
abstract member UseAlternateCommandLineToolToExecute : unit -> bool
override this.UseAlternateCommandLineToolToExecute : unit -> bool
Protected Friend Overridable Function UseAlternateCommandLineToolToExecute () As Boolean

Returns

false if the host compiler should be used; otherwise, true.

Applies to