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)

Syntax

'Declaration
Property AdditionalOptions As String
'Usage
Dim instance As VCBscMakeTool 
Dim value As String 

value = instance.AdditionalOptions

instance.AdditionalOptions = value
string AdditionalOptions { get; set; }
property String^ AdditionalOptions {
    String^ get ();
    void set (String^ value);
}
function get AdditionalOptions () : String 
function set AdditionalOptions (value : String)

Property Value

Type: System.String
The options added to the command line.

Remarks

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

.NET Framework Security

See Also

Reference

VCBscMakeTool Interface

VCBscMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace