Partager via


VCLinkerTool.UseLibraryDependencyInputs, propriété

Définit ou obtient une valeur indiquant si la liaison indépendante de bibliothèques est autorisée.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Boolean
true si l'Éditeur de liens peut lier des bibliothèques indépendantes.

Sécurité .NET Framework

Voir aussi

Référence

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms