Op Englesch liesen

Deelen iwwer


TextSpan Struct

Definition

Defines a span of text based on character and line index.

C++/CX
public value class TextSpan
Inheritance
TextSpan

Remarks

Use this structure to define a span of text in terms of a beginning and an ending line and character index.

Fields

iEndIndex

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

iEndLine

Ending line index.

iStartIndex

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

iStartLine

Starting line index.

Applies to

Produkt Versiounen
Visual Studio SDK 2015, 2017, 2019, 2022