Partager via


VCDebugSettings.EnvironmentMerge, propriété

Obtient ou définit une valeur spécifiant si les variables d'environnement spécifiées doivent être fusionnées avec l'environnement existant.

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

Syntaxe

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

Valeur de propriété

Type : Boolean
true si les variables d'environnement spécifiées seront fusionnées ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCDebugSettings Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms