NSTextFieldDelegate_Extensions.GetCandidates Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSObject[] GetCandidates (this AppKit.INSTextFieldDelegate This, AppKit.NSTextField textField, AppKit.NSTextView textView, Foundation.NSRange selectedRange);
static member GetCandidates : AppKit.INSTextFieldDelegate * AppKit.NSTextField * AppKit.NSTextView * Foundation.NSRange -> Foundation.NSObject[]

Parameters

textField
NSTextField
textView
NSTextView
selectedRange
NSRange

Returns

Attributes

Applies to