VCLinkerTool.driver Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value which indicates to the linker which type of driver is being linked.
public:
 property Microsoft::VisualStudio::VCProjectEngine::driverOption driver { Microsoft::VisualStudio::VCProjectEngine::driverOption get(); void set(Microsoft::VisualStudio::VCProjectEngine::driverOption value); };public:
 property Microsoft::VisualStudio::VCProjectEngine::driverOption driver { Microsoft::VisualStudio::VCProjectEngine::driverOption get(); void set(Microsoft::VisualStudio::VCProjectEngine::driverOption value); };[System.Runtime.InteropServices.DispId(74)]
public Microsoft.VisualStudio.VCProjectEngine.driverOption driver { [System.Runtime.InteropServices.DispId(74)] get; [System.Runtime.InteropServices.DispId(74)] set; }[<System.Runtime.InteropServices.DispId(74)>]
[<get: System.Runtime.InteropServices.DispId(74)>]
[<set: System.Runtime.InteropServices.DispId(74)>]
member this.driver : Microsoft.VisualStudio.VCProjectEngine.driverOption with get, setPublic Property driver As driverOptionProperty Value
A driverOption enumeration.
- Attributes