VCLinkerTool.AdditionalOptions Property
Visual Studio 2008
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.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
function get AdditionalOptions () : String function set AdditionalOptions (value : String)
Property Value
Type: System.StringOptions to add to the end of the command line immediately before the file name(s).
- 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.