BuildParameters.WarningsAsErrors Property

Definition

A list of warnings to treat as errors. To treat all warnings as errors, set this to an empty HashSet<T>.

public:
 property System::Collections::Generic::ISet<System::String ^> ^ WarningsAsErrors { System::Collections::Generic::ISet<System::String ^> ^ get(); void set(System::Collections::Generic::ISet<System::String ^> ^ value); };
public System.Collections.Generic.ISet<string> WarningsAsErrors { get; set; }
member this.WarningsAsErrors : System.Collections.Generic.ISet<string> with get, set
Public Property WarningsAsErrors As ISet(Of String)

Property Value

Applies to