NSCandidateListTouchBarItemDelegate_Extensions.ChangeSelectionFromCandidate 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ChangeSelectionFromCandidate(this AppKit.INSCandidateListTouchBarItemDelegate This, AppKit.NSCandidateListTouchBarItem anItem, IntPtr previousIndex, IntPtr index);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ChangeSelectionFromCandidate : AppKit.INSCandidateListTouchBarItemDelegate * AppKit.NSCandidateListTouchBarItem * nativeint * nativeint -> unit
Parameters
- anItem
- NSCandidateListTouchBarItem
- previousIndex
-
IntPtr
nativeint
- index
-
IntPtr
nativeint
- Attributes