TextSpan.iEndIndex Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: