StringSearch.Canonical 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.
Determines whether canonical matches (option 1, as described in the class documentation) is set. -or- Set the canonical match mode.
public bool Canonical { [Android.Runtime.Register("isCanonical", "()Z", "", ApiSince=24)] get; [Android.Runtime.Register("setCanonical", "(Z)V", "", ApiSince=24)] set; }
[<get: Android.Runtime.Register("isCanonical", "()Z", "", ApiSince=24)>]
[<set: Android.Runtime.Register("setCanonical", "(Z)V", "", ApiSince=24)>]
member this.Canonical : bool with get, set
Property Value
true if canonical matches is set, false otherwise
- Attributes
Remarks
Property getter documentation:
Determines whether canonical matches (option 1, as described in the class documentation) is set. See setCanonical(boolean) for more information.
Java documentation for android.icu.text.StringSearch.isCanonical()
.
Property setter documentation:
Set the canonical match mode. See class documentation for details. The default setting for this property is false.
Java documentation for android.icu.text.StringSearch.setCanonical(boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.