IVbcHostObject.SetNoWarnings(Boolean) Method

Definition

Specifies a value indicating whether the compiler suppresses all warnings.

public:
 bool SetNoWarnings(bool noWarnings);
public bool SetNoWarnings (bool noWarnings);
abstract member SetNoWarnings : bool -> bool
Public Function SetNoWarnings (noWarnings As Boolean) As Boolean

Parameters

noWarnings
Boolean

true to suppress all warnings; otherwise, false.

Returns

true if the method was successful; otherwise, false.

Applies to