ErrorItem.Line 属性

定义

获取一个整数值,该值指示代码文档中存在哪一行 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

属性值

Int32

一个行号。

属性

适用于