Share via


INSTextCheckingClient.ReplaceCharacters(NSRange, NSAttributedString) Method

Definition

[Foundation.Export("replaceCharactersInRange:withAnnotatedString:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceCharacters(Foundation.NSRange range, Foundation.NSAttributedString annotatedString);
[<Foundation.Export("replaceCharactersInRange:withAnnotatedString:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceCharacters : Foundation.NSRange * Foundation.NSAttributedString -> unit
override this.ReplaceCharacters : Foundation.NSRange * Foundation.NSAttributedString -> unit

Parameters

range
NSRange
annotatedString
NSAttributedString
Attributes

Applies to