VCBuild.EnvironmentOverride Property

Definition

Overrides the LIBPATH environment variable with AdditionalLibPaths and returns the new environment variables.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 virtual property System::Collections::Specialized::StringDictionary ^ EnvironmentOverride { System::Collections::Specialized::StringDictionary ^ get(); };
protected override System.Collections.Specialized.StringDictionary EnvironmentOverride { get; }
member this.EnvironmentOverride : System.Collections.Specialized.StringDictionary
Protected Overrides ReadOnly Property EnvironmentOverride As StringDictionary

Property Value

Name/value pairs containing the new environment variable values.

Applies to