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

声明
Property EnvironmentMerge As Boolean
用法
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.

Permissions

See Also

Reference

VCDebugSettings Interface

VCDebugSettings Members

Microsoft.VisualStudio.VCProjectEngine Namespace