VCLinkerTool.LinkDLL 属性

定义

获取或设置一个值,该值指定是否将 DLL 生成为主输出。

public:
 property bool LinkDLL { bool get(); void set(bool value); };
public:
 property bool LinkDLL { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(28)]
public bool LinkDLL { [System.Runtime.InteropServices.DispId(28)] get; [System.Runtime.InteropServices.DispId(28)] set; }
[<System.Runtime.InteropServices.DispId(28)>]
[<get: System.Runtime.InteropServices.DispId(28)>]
[<set: System.Runtime.InteropServices.DispId(28)>]
member this.LinkDLL : bool with get, set
Public Property LinkDLL As Boolean

属性值

Boolean

如果生成 DLL,则为 true;否则为 false

属性

注解

LinkDLL 公开 /DLL (生成 DLL) 链接器选项的功能。

使用 ConfigurationType 更改应用程序类型。

适用于