NSPopoverTouchBarItem Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NSPopoverTouchBarItem(NSCoder) | |
NSPopoverTouchBarItem(NSObjectFlag) | |
NSPopoverTouchBarItem(IntPtr) | |
NSPopoverTouchBarItem(String) |
NSPopoverTouchBarItem(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPopoverTouchBarItem (Foundation.NSCoder coder);
new AppKit.NSPopoverTouchBarItem : Foundation.NSCoder -> AppKit.NSPopoverTouchBarItem
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
NSPopoverTouchBarItem(NSObjectFlag)
protected NSPopoverTouchBarItem (Foundation.NSObjectFlag t);
new AppKit.NSPopoverTouchBarItem : Foundation.NSObjectFlag -> AppKit.NSPopoverTouchBarItem
Parâmetros
Aplica-se a
NSPopoverTouchBarItem(IntPtr)
protected internal NSPopoverTouchBarItem (IntPtr handle);
new AppKit.NSPopoverTouchBarItem : nativeint -> AppKit.NSPopoverTouchBarItem
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
NSPopoverTouchBarItem(String)
[Foundation.Export("initWithIdentifier:")]
[ObjCRuntime.DesignatedInitializer]
public NSPopoverTouchBarItem (string identifier);
new AppKit.NSPopoverTouchBarItem : string -> AppKit.NSPopoverTouchBarItem
Parâmetros
- identifier
- String
- Atributos