IVsaFullErrorInfo.EndLine 属性

定义

在类中实现时,获取代码中出错的结束行。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property int EndLine { int get(); };
public int EndLine { get; }
member this.EndLine : int
Public ReadOnly Property EndLine As Integer

属性值

Int32

代码中出错的结束行。

适用于

另请参阅