Condividi tramite


Proprietà VCProjectReference.UseLibraryDependencyInputs

Ottiene o imposta se il collegamento indipendente di raccolte è abilitato.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true se il linker possibile collegare librerie indipendenti; false se il linker non è.

Note

Per ulteriori informazioni, vedere UseLibraryDependencyInput.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCProjectReference Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine