Share via


NSTextViewDelegate_Extensions.WillCheckText Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSDictionary WillCheckText(this AppKit.INSTextViewDelegate This, AppKit.NSTextView view, Foundation.NSRange range, Foundation.NSDictionary options, Foundation.NSTextCheckingTypes checkingTypes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillCheckText : AppKit.INSTextViewDelegate * AppKit.NSTextView * Foundation.NSRange * Foundation.NSDictionary * Foundation.NSTextCheckingTypes -> Foundation.NSDictionary

Parameters

view
NSTextView
range
NSRange
options
NSDictionary
checkingTypes
NSTextCheckingTypes

Returns

Attributes

Applies to