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.

Атрибуты

Комментарии

Номера строк начинаются с единицы.

Применяется к