Partager via


VCProjectReference.UseLibraryDependencyInputs, propriété

Obtient ou définit 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 ; false si l'éditeur de liens n'est pas en mesure de le faire.

Notes

Pour plus d'informations, consultez UseLibraryDependencyInput.

Sécurité .NET Framework

Voir aussi

Référence

VCProjectReference Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms