VCLinkerTool.UseLibraryDependencyInputs 属性

定义

获取或设置是否启用库的独立链接。

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

属性值

Boolean

如果链接器可以链接独立库,则为 true

属性

适用于