VCLinkerTool.driver Property
Gets or sets a value which indicates to the linker which type of driver is being linked.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property driver As driverOption
driverOption driver { get; set; }
property driverOption driver {
driverOption get ();
void set (driverOption value);
}
abstract driver : driverOption with get, set
function get driver () : driverOption
function set driver (value : driverOption)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.driverOption
A driverOption enumeration.
.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.