Click or drag to resize

IFullTextQueryRowGetTextRange Method

Gets the range in the string for the given full text match

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Range GetTextRange(
	uint matchNumber
)

Parameters

matchNumber
Type: SystemUInt32
The match number to use

Return Value

Type: Range
The range in the string
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionmatchNumber was not between 0 and MatchCount
See Also