SearchIterator.Overlapping 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.
Return true if the overlapping property has been set. -or- Determines whether overlapping matches are returned.
public virtual bool Overlapping { [Android.Runtime.Register("isOverlapping", "()Z", "GetIsOverlappingHandler", ApiSince=24)] get; [Android.Runtime.Register("setOverlapping", "(Z)V", "GetSetOverlapping_ZHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("isOverlapping", "()Z", "GetIsOverlappingHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setOverlapping", "(Z)V", "GetSetOverlapping_ZHandler", ApiSince=24)>]
member this.Overlapping : bool with get, set
Property Value
true if the overlapping property has been set, false otherwise
- Attributes
Remarks
Property getter documentation:
Return true if the overlapping property has been set. See #setOverlapping(boolean)
for more information.
Java documentation for android.icu.text.SearchIterator.isOverlapping()
.
Property setter documentation:
Determines whether overlapping matches are returned. See the class documentation for more information about overlapping matches.
The default setting of this property is false
Java documentation for android.icu.text.SearchIterator.setOverlapping(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.