TextSpan.iStartIndex 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.
Starting character index within the line. This value must be less than or equal to the length of line.
public: int iStartIndex;
public: int iStartIndex;
int iStartIndex;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.CharIndex")]
public int iStartIndex;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.CharIndex")>]
val mutable iStartIndex : int
Public iStartIndex As Integer
Field Value
- Attributes
Remarks
COM Signature
From textmgr.idl: