SLComposeServiceViewController.WillCheckText Method

Definition

[Foundation.Export("textView:willCheckTextInRange:options:types:")]
public virtual Foundation.NSDictionary WillCheckText (AppKit.NSTextView view, Foundation.NSRange range, Foundation.NSDictionary options, Foundation.NSTextCheckingTypes checkingTypes);
abstract member WillCheckText : AppKit.NSTextView * Foundation.NSRange * Foundation.NSDictionary * Foundation.NSTextCheckingTypes -> Foundation.NSDictionary
override this.WillCheckText : AppKit.NSTextView * Foundation.NSRange * Foundation.NSDictionary * Foundation.NSTextCheckingTypes -> Foundation.NSDictionary

Parameters

view
NSTextView
range
NSRange
options
NSDictionary
checkingTypes
NSTextCheckingTypes

Returns

Attributes

Applies to