Share via


NSTextViewDelegate_Extensions.GetTextCheckingCandidates Method

Definition

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

Parameters

textView
NSTextView
candidates
NSTextCheckingResult[]
selectedRange
NSRange

Returns

Attributes

Applies to