Partager via


VCProjectReference.LinkLibraryDependency, propriété

Obtient ou définit une valeur indiquant s'il existe des dépendances de bibliothèque de liens.

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

Syntaxe

'Déclaration
Property LinkLibraryDependency As Boolean
bool LinkLibraryDependency { get; set; }
property bool LinkLibraryDependency {
    bool get ();
    void set (bool value);
}
abstract LinkLibraryDependency : bool with get, set
function get LinkLibraryDependency () : boolean 
function set LinkLibraryDependency (value : boolean)

Valeur de propriété

Type : Boolean
true signifie que les bibliothèques indépendantes sont liées ; false signifie que les bibliothèques indépendantes ne sont pas liées.

Notes

Pour plus d'informations, consultez LinkLibraryDependencies.

Sécurité .NET Framework

Voir aussi

Référence

VCProjectReference Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms