NSPopoverTouchBarItem Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- coder
- NSCoder
- Attributi
Si applica a
NSPopoverTouchBarItem(NSObjectFlag)
protected NSPopoverTouchBarItem (Foundation.NSObjectFlag t);
new AppKit.NSPopoverTouchBarItem : Foundation.NSObjectFlag -> AppKit.NSPopoverTouchBarItem
Parametri
Si applica a
NSPopoverTouchBarItem(IntPtr)
protected internal NSPopoverTouchBarItem (IntPtr handle);
new AppKit.NSPopoverTouchBarItem : nativeint -> AppKit.NSPopoverTouchBarItem
Parametri
- handle
-
IntPtr
nativeint
Si applica a
NSPopoverTouchBarItem(String)
[Foundation.Export("initWithIdentifier:")]
[ObjCRuntime.DesignatedInitializer]
public NSPopoverTouchBarItem (string identifier);
new AppKit.NSPopoverTouchBarItem : string -> AppKit.NSPopoverTouchBarItem
Parametri
- identifier
- String
- Attributi