VCLinkerTool.LinkDLL 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定是否将 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
属性值
如果生成 DLL,则为 true;否则为 false。
- 属性
注解
LinkDLL 公开 /DLL (生成 DLL) 链接器选项的功能。
使用 ConfigurationType 更改应用程序类型。