NSAccessibilityCustomAction Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSAccessibilityCustomAction()
[Foundation.Export("init")]
public NSAccessibilityCustomAction ();
- Атрибуты
Применяется к
NSAccessibilityCustomAction(NSObjectFlag)
protected NSAccessibilityCustomAction (Foundation.NSObjectFlag t);
new AppKit.NSAccessibilityCustomAction : Foundation.NSObjectFlag -> AppKit.NSAccessibilityCustomAction
Параметры
Применяется к
NSAccessibilityCustomAction(IntPtr)
protected internal NSAccessibilityCustomAction (IntPtr handle);
new AppKit.NSAccessibilityCustomAction : nativeint -> AppKit.NSAccessibilityCustomAction
Параметры
- handle
-
IntPtr
nativeint
Применяется к
NSAccessibilityCustomAction(String, Func<Boolean>)
[Foundation.Export("initWithName:handler:")]
public NSAccessibilityCustomAction (string name, Func<bool> handler);
new AppKit.NSAccessibilityCustomAction : string * Func<bool> -> AppKit.NSAccessibilityCustomAction
Параметры
- name
- String
- Атрибуты
Применяется к
NSAccessibilityCustomAction(String, NSObject, Selector)
[Foundation.Export("initWithName:target:selector:")]
public NSAccessibilityCustomAction (string name, Foundation.NSObject target, ObjCRuntime.Selector selector);
new AppKit.NSAccessibilityCustomAction : string * Foundation.NSObject * ObjCRuntime.Selector -> AppKit.NSAccessibilityCustomAction
Параметры
- name
- String
- target
- NSObject
- selector
- Selector
- Атрибуты