NSTokenFieldDelegate.GetCompletionStrings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("tokenField:completionsForSubstring:indexOfToken:indexOfSelectedItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] GetCompletionStrings(AppKit.NSTokenField tokenField, string substring, IntPtr tokenIndex, IntPtr selectedIndex);
[<Foundation.Export("tokenField:completionsForSubstring:indexOfToken:indexOfSelectedItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCompletionStrings : AppKit.NSTokenField * string * nativeint * nativeint -> string[]
override this.GetCompletionStrings : AppKit.NSTokenField * string * nativeint * nativeint -> string[]
Parameters
- tokenField
- NSTokenField
- substring
- String
- tokenIndex
-
IntPtr
nativeint
- selectedIndex
-
IntPtr
nativeint
Returns
String[]
Implements
- Attributes