BuildParameters.WarningsAsErrors 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.
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)