Share via


TextExpressionCompilerError.IsWarning 属性

定义

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

public:
 property bool IsWarning { bool get(); };
public bool IsWarning { get; }
member this.IsWarning : bool
Public ReadOnly Property IsWarning As Boolean

属性值

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

适用于