Partager via


VCProjectReference.CopyLocal, propriété

Obtient ou définit une valeur indiquant si copier automatiquement la référence au répertoire cible.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si Visual Studio copie automatiquement la référence au répertoire cible ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCProjectReference Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms