VCBuild.EnvironmentOverride 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.
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.