ErrorItem.Line 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个整数值,该值指示代码文档中存在哪一行 ErrorItem 。
public:
property int Line { int get(); };
public:
property int Line { int get(); };
[System.Runtime.InteropServices.DispId(6)]
public int Line { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.Line : int
Public ReadOnly Property Line As Integer
属性值
一个行号。
- 属性