TaskItem.Line Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.