ManagedCompiler.UseAlternateCommandLineToolToExecute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.