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
'Usage
Dim instance As VCLinkerTool 
Dim value As driverOption 

value = instance.driver

instance.driver = value
driverOption driver { get; set; }
property driverOption driver {
    driverOption get ();
    void set (driverOption value);
}
function get driver () : driverOption 
function set driver (value : driverOption)

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.driverOption
A driverOption enumeration.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace