Share via


NSTextFieldDelegate.GetTextCheckingResults Method

Definition

[Foundation.Export("textField:textView:candidates:forSelectedRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSTextCheckingResult[] GetTextCheckingResults(AppKit.NSTextField textField, AppKit.NSTextView textView, Foundation.NSTextCheckingResult[] candidates, Foundation.NSRange selectedRange);
[<Foundation.Export("textField:textView:candidates:forSelectedRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextCheckingResults : AppKit.NSTextField * AppKit.NSTextView * Foundation.NSTextCheckingResult[] * Foundation.NSRange -> Foundation.NSTextCheckingResult[]
override this.GetTextCheckingResults : AppKit.NSTextField * AppKit.NSTextView * Foundation.NSTextCheckingResult[] * Foundation.NSRange -> Foundation.NSTextCheckingResult[]

Parameters

textField
NSTextField
textView
NSTextView
candidates
NSTextCheckingResult[]
selectedRange
NSRange

Returns

Implements

Attributes

Applies to