Share via


VCDebugSettings.EnvironmentMerge Property

Gets or sets a value specifying whether to merge the specified environment variables with the existing environment.

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

Syntax

'Declaration
Property EnvironmentMerge As Boolean
'Usage
Dim instance As VCDebugSettings 
Dim value As Boolean 

value = instance.EnvironmentMerge

instance.EnvironmentMerge = value
bool EnvironmentMerge { get; set; }
property bool EnvironmentMerge {
    bool get ();
    void set (bool value);
}
function get EnvironmentMerge () : boolean 
function set EnvironmentMerge (value : boolean)

Property Value

Type: System.Boolean
true if the specified environment variables will be merged; otherwise, false.

.NET Framework Security

See Also

Reference

VCDebugSettings Interface

VCDebugSettings Members

Microsoft.VisualStudio.VCProjectEngine Namespace