TaskItem.Line Property

Sets or gets the line number of the TaskItem object.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Property Line As Integer
int Line { get; set; }
property int Line {
    int get ();
    void set (int value);
}
abstract Line : int with get, set
function get Line () : int
function set Line (value : int)

Property Value

Type: System.Int32
An integer indicating the line number of the TaskItem object.

Remarks

Line numbers start at one.

.NET Framework Security

See Also

Reference

TaskItem Interface

EnvDTE Namespace