EditPoint::Line Property

 

Gets the EditPoint object's line number.

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

property int Line {
	int get();
}

Property Value

Type: System::Int32

The line number of the EditPoint object.

Implements

TextPoint::Line

Line numbers start at one.

No code example is currently available or this language may not be supported.
Return to top
Show: