IVbcHostObject.SetWarningsNotAsErrors(String) Method
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.
Specifies a list of warnings that are not treated as errors.
public:
bool SetWarningsNotAsErrors(System::String ^ warningsNotAsErrors);
public bool SetWarningsNotAsErrors (string warningsNotAsErrors);
abstract member SetWarningsNotAsErrors : string -> bool
Public Function SetWarningsNotAsErrors (warningsNotAsErrors As String) As Boolean
Parameters
- warningsNotAsErrors
- String
A list of warnings that are not treated as errors.
Returns
true
if the method was successful; otherwise, false
.