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)

property bool EnvironmentMerge {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the specified environment variables will be merged; otherwise, false.

Return to top
Show: