ICscHostObject.SetWarningLevel(Int32) Method

Definition

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

Parameters

warningLevel
Int32

The warning level, from 0-4.

Returns

true if the method was successful; otherwise, false.

Applies to