VCProjectReference.UseLibraryDependencyInputs 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置是否启用库的独立链接。
public:
property bool UseLibraryDependencyInputs { bool get(); void set(bool value); };
public:
property bool UseLibraryDependencyInputs { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2044)]
public bool UseLibraryDependencyInputs { [System.Runtime.InteropServices.DispId(2044)] get; [System.Runtime.InteropServices.DispId(2044)] set; }
[<System.Runtime.InteropServices.DispId(2044)>]
[<get: System.Runtime.InteropServices.DispId(2044)>]
[<set: System.Runtime.InteropServices.DispId(2044)>]
member this.UseLibraryDependencyInputs : bool with get, set
Public Property UseLibraryDependencyInputs As Boolean
属性值
true 如果链接器可以链接独立库,则为; false 如果链接器不能。
- 属性
注解
有关详细信息,请参阅 <xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.UseLibraryDependencyInput%2A>。