Share via


NSTextViewDelegate_Extensions.GetCandidates Method

Definition

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

Parameters

textView
NSTextView
selectedRange
NSRange

Returns

Attributes

Applies to