The following tables list the members exposed by HighlightingInfo.
| Name | Description | |
|---|---|---|
![]() | HighlightingInfo Constructor | HighlightingInfo constructor. |
| Name | Description | |
|---|---|---|
![]() | Context | The context for the highlight. |
![]() | EndIndex | The index of the last highlighted item. |
![]() | IsExclusive | TODO |
![]() | IsFullRange | True if this HighlightingInfo represents a full selection of the data. |
![]() | IsMarker | True if this HighlightingInfo represents a marker highlighting. |
![]() | Progress | A number between 0 and 1 representing the progress of the highlighting. |
![]() | StartIndex | The index of the first highlighted item. |
![]() | State | The state of the highlighting. |
| Name | Description | |
|---|---|---|
![]() | Reset | Resets all the properties to their default values |
![]() | ResetEndIndex | Resets the EndIndex property to its default value. |
![]() | ResetIsExclusive | Resets the IsExclusive property to its default value. |
![]() | ResetIsFullRange | Resets the IsFullRange property to its default value. |
![]() | ResetIsMarker | Resets the IsMarker property to its default value. |
![]() | ResetProgress | Resets the Progress property to its default value. |
![]() | ResetStartIndex | Resets the StartIndex property to its default value. |
![]() | ResetState | Resets the State property to its default value. |
| Name | Description | |
|---|---|---|
![]() | ShouldSerializeEndIndex | Indicates if the EndIndex property needs to be serialized. |
![]() | ShouldSerializeIsExclusive | Indicates if the IsExclusive property needs to be serialized. |
![]() | ShouldSerializeIsFullRange | Indicates if the IsFullRange property needs to be serialized. |
![]() | ShouldSerializeIsMarker | Indicates if the IsMarker property needs to be serialized. |
![]() | ShouldSerializeProgress | Indicates if the Progress property needs to be serialized. |
![]() | ShouldSerializeStartIndex | Indicates if the StartIndex property needs to be serialized. |
![]() | ShouldSerializeState | Indicates if the State property needs to be serialized. |