Compartilhar via


Propriedade VCLinkerTool.UseLibraryDependencyInputs

Obtém ou define se vincular independente das bibliotecas está habilitado.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
Property UseLibraryDependencyInputs As Boolean
bool UseLibraryDependencyInputs { get; set; }
property bool UseLibraryDependencyInputs {
    bool get ();
    void set (bool value);
}
abstract UseLibraryDependencyInputs : bool with get, set
function get UseLibraryDependencyInputs () : boolean 
function set UseLibraryDependencyInputs (value : boolean)

Valor de propriedade

Tipo: Boolean
true se o vinculador pode vincular bibliotecas independentes.

Segurança do .NET Framework

Consulte também

Referência

VCLinkerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine