IUITextSearching.ShouldReplaceFoundText Method
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.
[Foundation.Export("shouldReplaceFoundTextInRange:inDocument:withText:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldReplaceFoundText(UIKit.UITextRange range, Foundation.INSCopying? document, string replacementText);
[<Foundation.Export("shouldReplaceFoundTextInRange:inDocument:withText:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldReplaceFoundText : UIKit.UITextRange * Foundation.INSCopying * string -> bool
override this.ShouldReplaceFoundText : UIKit.UITextRange * Foundation.INSCopying * string -> bool
Parameters
- range
- UITextRange
- document
- INSCopying
- replacementText
- String
Returns
- Attributes