VCDebugSettings.EnvironmentMerge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value specifying whether to merge the specified environment variables with the existing environment.
public:
property bool EnvironmentMerge { bool get(); void set(bool value); };
public:
property bool EnvironmentMerge { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2333)]
public bool EnvironmentMerge { [System.Runtime.InteropServices.DispId(2333)] get; [System.Runtime.InteropServices.DispId(2333)] set; }
[<System.Runtime.InteropServices.DispId(2333)>]
[<get: System.Runtime.InteropServices.DispId(2333)>]
[<set: System.Runtime.InteropServices.DispId(2333)>]
member this.EnvironmentMerge : bool with get, set
Public Property EnvironmentMerge As Boolean
Property Value
true
if the specified environment variables will be merged; otherwise, false
.
- Attributes