NSTokenFieldCellDelegate.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("tokenFieldCell:completionsForSubstring:indexOfToken:indexOfSelectedItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSArray GetCompletionStrings(AppKit.NSTokenFieldCell tokenFieldCell, string substring, IntPtr tokenIndex, ref IntPtr selectedIndex);
[<Foundation.Export("tokenFieldCell:completionsForSubstring:indexOfToken:indexOfSelectedItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCompletionStrings : AppKit.NSTokenFieldCell * string * nativeint * nativeint -> Foundation.NSArray
override this.GetCompletionStrings : AppKit.NSTokenFieldCell * string * nativeint * nativeint -> Foundation.NSArray
Parameters
- tokenFieldCell
- NSTokenFieldCell
- substring
- String
- tokenIndex
-
IntPtr
nativeint
- selectedIndex
-
IntPtr
nativeint
Returns
Implements
- Attributes