IVsaError.Severity 属性
定义
获取错误严重级别。Gets the severity of the error.
public:
property int Severity { int get(); };
public int Severity { get; }
member this.Severity : int
Public ReadOnly Property Severity As Integer
属性值
- Int32
一个整数 (0-4) ,表示错误严重性。An integer (0-4) that represents the error severity.
适用于