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

声明
Property driver As driverOption
用法
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.

Permissions

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace