ICscHostObject.SetWarningLevel(Int32) Method
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 the warning level, from 0-4.
public:
bool SetWarningLevel(int warningLevel);
public bool SetWarningLevel (int warningLevel);
abstract member SetWarningLevel : int -> bool
Public Function SetWarningLevel (warningLevel As Integer) As Boolean
- warningLevel
- Int32
The warning level, from 0-4.
true
if the method was successful; otherwise, false
.