IVbcHostObject.SetWarningsNotAsErrors(String) Method

Definition

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.

Applies to