BuildParameters.WarningsNotAsErrors 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 not treat as errors. Only has any effect if WarningsAsErrors is empty.
public:
property System::Collections::Generic::ISet<System::String ^> ^ WarningsNotAsErrors { System::Collections::Generic::ISet<System::String ^> ^ get(); void set(System::Collections::Generic::ISet<System::String ^> ^ value); };
public System.Collections.Generic.ISet<string> WarningsNotAsErrors { get; set; }
member this.WarningsNotAsErrors : System.Collections.Generic.ISet<string> with get, set
Public Property WarningsNotAsErrors As ISet(Of String)