NSTouchBarItem Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSTouchBarItem(NSTouchBarItemIdentifier) | |
NSTouchBarItem(NSCoder) | |
NSTouchBarItem(NSObjectFlag) | |
NSTouchBarItem(IntPtr) | |
NSTouchBarItem(String) |
NSTouchBarItem(NSTouchBarItemIdentifier)
public NSTouchBarItem (AppKit.NSTouchBarItemIdentifier identifier);
new AppKit.NSTouchBarItem : AppKit.NSTouchBarItemIdentifier -> AppKit.NSTouchBarItem
Параметры
- identifier
- NSTouchBarItemIdentifier
Применяется к
NSTouchBarItem(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTouchBarItem (Foundation.NSCoder coder);
new AppKit.NSTouchBarItem : Foundation.NSCoder -> AppKit.NSTouchBarItem
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
NSTouchBarItem(NSObjectFlag)
protected NSTouchBarItem (Foundation.NSObjectFlag t);
new AppKit.NSTouchBarItem : Foundation.NSObjectFlag -> AppKit.NSTouchBarItem
Параметры
Применяется к
NSTouchBarItem(IntPtr)
protected internal NSTouchBarItem (IntPtr handle);
new AppKit.NSTouchBarItem : nativeint -> AppKit.NSTouchBarItem
Параметры
- handle
-
IntPtr
nativeint
Применяется к
NSTouchBarItem(String)
[Foundation.Export("initWithIdentifier:")]
[ObjCRuntime.DesignatedInitializer]
public NSTouchBarItem (string identifier);
new AppKit.NSTouchBarItem : string -> AppKit.NSTouchBarItem
Параметры
- identifier
- String
- Атрибуты