Compartir a través de


VCDebugSettings.EnvironmentMerge (Propiedad)

Obtiene o establece un valor que especifica si las variables de entorno especificadas se van a combinar con el entorno existente.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Boolean
Es true si las variables de entorno especificadas se van a combinar; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

VCDebugSettings Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)