VirtualPoint.Line Property

Gets the line number of the object.

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

Syntax

'Declaration
ReadOnly Property Line As Integer
'Usage
Dim instance As VirtualPoint 
Dim value As Integer 

value = instance.Line
int Line { get; }
property int Line {
    int get ();
}
function get Line () : int

Property Value

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

Implements

TextPoint.Line

Remarks

Line numbers start at one.

.NET Framework Security

See Also

Reference

VirtualPoint Interface

VirtualPoint Members

Line Overload

EnvDTE Namespace