Editar

Share via


NSTokenFieldDelegate.GetCompletionStrings Method

Definition

[Foundation.Export("tokenField:completionsForSubstring:indexOfToken:indexOfSelectedItem:")]
public virtual string[] GetCompletionStrings (AppKit.NSTokenField tokenField, string substring, nint tokenIndex, nint selectedIndex);
abstract member GetCompletionStrings : AppKit.NSTokenField * string * nint * nint -> string[]
override this.GetCompletionStrings : AppKit.NSTokenField * string * nint * nint -> string[]

Parameters

tokenField
NSTokenField
substring
String
tokenIndex
System.System.IntPtr System.nativeint
selectedIndex
System.System.IntPtr System.nativeint

Returns

String[]
Attributes

Applies to