Share via


VCLinkerTool.UseLibraryDependencyInputs (Propiedad)

Obtiene o establece si está habilitada la vinculación independiente de bibliotecas.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
Es true si el vinculador puede vincular bibliotecas independientes.

Seguridad de .NET Framework

Vea también

Referencia

VCLinkerTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)