Share via


NSTextViewDelegate.GetTextCheckingCandidates Method

Definition

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

Parameters

textView
NSTextView
candidates
NSTextCheckingResult[]
selectedRange
NSRange

Returns

Implements

Attributes

Applies to