NSPopoverTouchBarItem Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
NSPopoverTouchBarItem(NSObjectFlag)
protected NSPopoverTouchBarItem (Foundation.NSObjectFlag t);
new AppKit.NSPopoverTouchBarItem : Foundation.NSObjectFlag -> AppKit.NSPopoverTouchBarItem
Paramètres
S’applique à
NSPopoverTouchBarItem(IntPtr)
protected internal NSPopoverTouchBarItem (IntPtr handle);
new AppKit.NSPopoverTouchBarItem : nativeint -> AppKit.NSPopoverTouchBarItem
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
NSPopoverTouchBarItem(String)
[Foundation.Export("initWithIdentifier:")]
[ObjCRuntime.DesignatedInitializer]
public NSPopoverTouchBarItem (string identifier);
new AppKit.NSPopoverTouchBarItem : string -> AppKit.NSPopoverTouchBarItem
Paramètres
- identifier
- String
- Attributs