NSTextViewDelegate.GetCandidates(NSTextView, NSRange) 方法

定义

[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[]

参数

textView
NSTextView
selectedRange
NSRange

返回

属性

适用于