VCProjectReference.LinkLibraryDependency 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置是否存在链接库依赖项。
public:
property bool LinkLibraryDependency { bool get(); void set(bool value); };
public:
property bool LinkLibraryDependency { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2043)]
public bool LinkLibraryDependency { [System.Runtime.InteropServices.DispId(2043)] get; [System.Runtime.InteropServices.DispId(2043)] set; }
[<System.Runtime.InteropServices.DispId(2043)>]
[<get: System.Runtime.InteropServices.DispId(2043)>]
[<set: System.Runtime.InteropServices.DispId(2043)>]
member this.LinkLibraryDependency : bool with get, set
Public Property LinkLibraryDependency As Boolean
属性值
true 表示链接独立库; false 表示不链接独立库。
- 属性
注解
有关详细信息,请参阅 LinkLibraryDependencies。