TaskItem.Line 属性

定义

设置或获取对象的行号 TaskItem

public:
 property int Line { int get(); void set(int value); };
public:
 property int Line { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(9)]
public int Line { [System.Runtime.InteropServices.DispId(9)] get; [System.Runtime.InteropServices.DispId(9)] set; }
[<System.Runtime.InteropServices.DispId(9)>]
[<get: System.Runtime.InteropServices.DispId(9)>]
[<set: System.Runtime.InteropServices.DispId(9)>]
member this.Line : int with get, set
Public Property Line As Integer

属性值

Int32

一个整数,指示对象的行号 TaskItem

属性

注解

行号从1开始。

适用于