共用方式為


TextExpressionCompilerError.IsWarning 屬性

定義

取得或設定值,指出編譯器錯誤是否為警告。

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

屬性值

如果編譯器錯誤是警告,則為 true,否則為 false

適用於