VirtualPoint::Line Property

 

Gets the line number of the object.

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

property int Line {
	int get();
}

Property Value

Type: System::Int32

An integer value indicating the line number of the object.

Implements

TextPoint::Line

Line numbers start at one.

Return to top
Show: