NSAccessibilityCustomRotor Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSAccessibilityCustomRotor()
[Foundation.Export("init")]
public NSAccessibilityCustomRotor ();
- Атрибуты
Применяется к
NSAccessibilityCustomRotor(NSObjectFlag)
protected NSAccessibilityCustomRotor (Foundation.NSObjectFlag t);
new AppKit.NSAccessibilityCustomRotor : Foundation.NSObjectFlag -> AppKit.NSAccessibilityCustomRotor
Параметры
Применяется к
NSAccessibilityCustomRotor(IntPtr)
protected internal NSAccessibilityCustomRotor (IntPtr handle);
new AppKit.NSAccessibilityCustomRotor : nativeint -> AppKit.NSAccessibilityCustomRotor
Параметры
- handle
-
IntPtr
nativeint
Применяется к
NSAccessibilityCustomRotor(NSAccessibilityCustomRotorType, INSAccessibilityCustomRotorItemSearchDelegate)
[Foundation.Export("initWithRotorType:itemSearchDelegate:")]
public NSAccessibilityCustomRotor (AppKit.NSAccessibilityCustomRotorType rotorType, AppKit.INSAccessibilityCustomRotorItemSearchDelegate itemSearchDelegate);
new AppKit.NSAccessibilityCustomRotor : AppKit.NSAccessibilityCustomRotorType * AppKit.INSAccessibilityCustomRotorItemSearchDelegate -> AppKit.NSAccessibilityCustomRotor
Параметры
- rotorType
- NSAccessibilityCustomRotorType
- itemSearchDelegate
- INSAccessibilityCustomRotorItemSearchDelegate
- Атрибуты
Применяется к
NSAccessibilityCustomRotor(String, INSAccessibilityCustomRotorItemSearchDelegate)
[Foundation.Export("initWithLabel:itemSearchDelegate:")]
public NSAccessibilityCustomRotor (string label, AppKit.INSAccessibilityCustomRotorItemSearchDelegate itemSearchDelegate);
new AppKit.NSAccessibilityCustomRotor : string * AppKit.INSAccessibilityCustomRotorItemSearchDelegate -> AppKit.NSAccessibilityCustomRotor
Параметры
- label
- String
- itemSearchDelegate
- INSAccessibilityCustomRotorItemSearchDelegate
- Атрибуты