VCProjectReference.UseLibraryDependencyInputs Propriedade

Definição

Obtém ou define se a vinculação independente de bibliotecas está habilitada.

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

Valor da propriedade

Boolean

true Se o vinculador puder vincular bibliotecas independentes; false se o vinculador não puder.

Atributos

Comentários

Para obter mais informações, consulte <xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.UseLibraryDependencyInput%2A>.

Aplica-se a