Share via


NSTextFieldDelegate.GetCandidates(NSTextField, NSTextView, NSRange) Method

Definition

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

Parameters

textField
NSTextField
textView
NSTextView
selectedRange
NSRange

Returns

Implements

Attributes

Applies to