IVbcHostObject.SetNoWarnings(Boolean) 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 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
.