TaskItem::Line Property

 

Sets or gets the line number of the TaskItem object.

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

property int Line {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An integer indicating the line number of the TaskItem object.

Line numbers start at one.

Return to top
Show: