VCBscMakeTool::AdditionalOptions Property

 

Specifies options to add to the end of the command line immediately before the file name(s).

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

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

Property Value

Type: System::String^

The options added to the command line.

An example is if an option is not supported in the object model.

Return to top
Show: