MKLocalSearchCompletion.TitleHighlightRanges Property
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.
Gets an array that contains the ranges in the completion title that match the user input.
public virtual Foundation.NSValue[] TitleHighlightRanges { [Foundation.Export("titleHighlightRanges", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.TitleHighlightRanges : Foundation.NSValue[]
Property Value
NSValue[]
An array that contains the ranges in the completion title that match the user input.
- Attributes
Remarks
Where possible, developers should highlight the ranges of text in the completion that match the user's input, in order to provide visual feedback.