Compartilhar via


Propriedade VCDebugSettings.EnvironmentMerge

Obtém ou define um valor especificando se deseja mesclar as variáveis de ambiente especificada com o ambiente existente.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean
true Se as variáveis de ambiente especificada serão mescladas; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

VCDebugSettings Interface

Namespace Microsoft.VisualStudio.VCProjectEngine