Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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)
Property Value
Type: System.Boolean
true if the specified environment variables will be merged; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.