Share via


INSTextCheckingClient.RemoveAnnotation(String, NSRange) Method

Definition

[Foundation.Export("removeAnnotation:range:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveAnnotation(string annotationName, Foundation.NSRange range);
[<Foundation.Export("removeAnnotation:range:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAnnotation : string * Foundation.NSRange -> unit
override this.RemoveAnnotation : string * Foundation.NSRange -> unit

Parameters

annotationName
String
range
NSRange
Attributes

Applies to