NSCandidateListTouchBarItemDelegate.ChangeSelectionFromCandidate Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
[Foundation.Export("candidateListTouchBarItem:changeSelectionFromCandidateAtIndex:toIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ChangeSelectionFromCandidate (AppKit.NSCandidateListTouchBarItem anItem, nint previousIndex, nint index);
abstract member ChangeSelectionFromCandidate : AppKit.NSCandidateListTouchBarItem * nint * nint -> unit
override this.ChangeSelectionFromCandidate : AppKit.NSCandidateListTouchBarItem * nint * nint -> unit
Параметры
- anItem
- NSCandidateListTouchBarItem
- previousIndex
- System.System.IntPtr System.nativeint
- index
- System.System.IntPtr System.nativeint
- Атрибуты