BuildStartedEventArgs.BuildEnvironment 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.
The environment which is used at the start of the build
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ BuildEnvironment { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> BuildEnvironment { get; }
public System.Collections.Generic.IDictionary<string,string>? BuildEnvironment { get; }
public System.Collections.Generic.IDictionary<string,string> BuildEnvironment { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.BuildEnvironment : System.Collections.Generic.IDictionary<string, string>
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.BuildEnvironment : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property BuildEnvironment As IDictionary(Of String, String)
Property Value
The environment dictionary which is used at the start of the build.
- Attributes