VCLinkerTool.AdditionalOptions Property
Gets or sets options to add to the end of the command line immediately before the file name(s). An example is if an option is not supported in the object model.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property AdditionalOptions As String
Get
Set
string AdditionalOptions { get; set; }
property String^ AdditionalOptions {
String^ get ();
void set (String^ value);
}
abstract AdditionalOptions : string with get, set
function get AdditionalOptions () : String
function set AdditionalOptions (value : String)
Property Value
Type: System.String
Options to add to the end of the command line immediately before the file name(s).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.