NSSearchFieldDelegate.GetTextCheckingResults Method

Definition

[Foundation.Export("textField:textView:candidates:forSelectedRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSTextCheckingResult[] GetTextCheckingResults (AppKit.NSTextField textField, AppKit.NSTextView textView, Foundation.NSTextCheckingResult[] candidates, Foundation.NSRange selectedRange);
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

Attributes

Applies to