Share via


TextSpan.iEndLine Field

Ending line index.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public iEndLine As Integer
'Usage
Dim instance As TextSpan 
Dim value As Integer 

value = instance.iEndLine 

instance.iEndLine = value
public int iEndLine
public:
int iEndLine
public var iEndLine : int

Remarks

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

TextSpan Structure

TextSpan Members

Microsoft.VisualStudio.TextManager.Interop Namespace