CompilerError.IsWarning 属性

定义

获取或设置一个值,该值指示错误是否是警告。

public:
 property bool IsWarning { bool get(); void set(bool value); };
public bool IsWarning { get; set; }
member this.IsWarning : bool with get, set
Public Property IsWarning As Boolean

属性值

如果错误是警告,则为 true;否则为 false

适用于