Upravit

Sdílet prostřednictvím


NSTextViewDelegate.GetCandidates(NSTextView, NSRange) Method

Definition

[Foundation.Export("textView:candidatesForSelectedRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSObject[] GetCandidates (AppKit.NSTextView textView, Foundation.NSRange selectedRange);
abstract member GetCandidates : AppKit.NSTextView * Foundation.NSRange -> Foundation.NSObject[]
override this.GetCandidates : AppKit.NSTextView * Foundation.NSRange -> Foundation.NSObject[]

Parameters

textView
NSTextView
selectedRange
NSRange

Returns

Attributes

Applies to