TaskItem.Line Property

Definition

Sets or gets the line number of the TaskItem object.

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

Property Value

An integer indicating the line number of the TaskItem object.

Attributes

Remarks

Line numbers start at one.

Applies to