Share via


NSTextCheckingController.CheckText Method

Definition

Overloads

CheckText(NSRange, NSTextCheckingTypes, NSTextCheckingOptions)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void CheckText(Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, AppKit.NSTextCheckingOptions options);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.CheckText : Foundation.NSRange * Foundation.NSTextCheckingTypes * AppKit.NSTextCheckingOptions -> unit

Parameters

range
NSRange
checkingTypes
NSTextCheckingTypes
Attributes

Applies to

CheckText(NSRange, NSTextCheckingTypes, NSDictionary)

[Foundation.Export("checkTextInRange:types:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CheckText(Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, Foundation.NSDictionary options);
[<Foundation.Export("checkTextInRange:types:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CheckText : Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary -> unit
override this.CheckText : Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary -> unit

Parameters

range
NSRange
checkingTypes
NSTextCheckingTypes
options
NSDictionary
Attributes

Applies to