Share via


INSTextFieldDelegate.GetCandidates(NSTextField, NSTextView, NSRange) Method

Definition

[Foundation.Export("textField:textView:candidatesForSelectedRange:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to