VCProjectReference.LinkLibraryDependency, propriété

Obtient ou définit 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 : System.Boolean
la possibilité d'true lient les bibliothèques indépendantes ; la possibilité d'false ne lient pas les bibliothèques indépendantes.

Notes

Pour plus d'informations, consultez LinkLibraryDependencies.

Sécurité .NET Framework

Voir aussi

Référence

VCProjectReference Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms