VCLinkerTool.LinkDLL Property

Gets or sets a value specifying whether to build a DLL as the main output.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
Property LinkDLL As Boolean
用法
Dim instance As VCLinkerTool
Dim value As Boolean

value = instance.LinkDLL

instance.LinkDLL = value
bool LinkDLL { get; set; }
property bool LinkDLL {
    bool get ();
    void set (bool value);
}
function get LinkDLL () : boolean
function set LinkDLL (value : boolean)

Property Value

Type: System.Boolean

true if a DLL will be built; otherwise, false.

Remarks

LinkDLL exposes the functionality of the /DLL (Build a DLL) linker option.

Use ConfigurationType to change the application type.

Permissions

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace