다음을 통해 공유


NSTextViewDelegate.GetCompletions(NSTextView, String[], NSRange, nint) 메서드

정의

[Foundation.Export("textView:completions:forPartialWordRange:indexOfSelectedItem:")]
public virtual string[] GetCompletions (AppKit.NSTextView textView, string[] words, Foundation.NSRange charRange, ref nint index);
abstract member GetCompletions : AppKit.NSTextView * string[] * Foundation.NSRange *  -> string[]
override this.GetCompletions : AppKit.NSTextView * string[] * Foundation.NSRange *  -> string[]

매개 변수

textView
NSTextView
words
String[]
charRange
NSRange
index
System.System.IntPtr System.nativeint

반환

String[]
특성

적용 대상