Share via


NSTextFieldDelegate_Extensions.GetTextCheckingResults Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSTextCheckingResult[] GetTextCheckingResults(this AppKit.INSTextFieldDelegate This, AppKit.NSTextField textField, AppKit.NSTextView textView, Foundation.NSTextCheckingResult[] candidates, Foundation.NSRange selectedRange);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetTextCheckingResults : AppKit.INSTextFieldDelegate * AppKit.NSTextField * AppKit.NSTextView * Foundation.NSTextCheckingResult[] * Foundation.NSRange -> Foundation.NSTextCheckingResult[]

Parameters

textField
NSTextField
textView
NSTextView
candidates
NSTextCheckingResult[]
selectedRange
NSRange

Returns

Attributes

Applies to