VCCustomBuildRule::SupportsFileBatching Property

 

Gets or sets a value indicating whether the command line-inputs are evaluated to all the files that can be batched into a single command-line execution (excludes files with file properties set).

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property bool SupportsFileBatching {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if command-line inputs are evaluated for file batching; otherwise, false.

Return to top
Show: