TextSpan.iStartIndex Field

Definition

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:

Applies to