VCCustomBuildRule::BatchingSeparator Property

 

Gets or sets the text to insert between input file names when a custom build rule supports file batching.

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

property String^ BatchingSeparator {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The text used to separate input file names.

The default separator is a space character.

Return to top
Show: