TextSpan.iEndIndex Field

Definition

Ending character index within the line. This value must be less than or equal to the length of the line.

public: int iEndIndex;
public: int iEndIndex;
int iEndIndex;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.CharIndex")]
public int iEndIndex;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.CharIndex")>]
val mutable iEndIndex : int
Public iEndIndex As Integer 

Field Value

Attributes

Remarks

COM Signature

From textmgr.idl:

Applies to