NSTouchBarItem Konstruktoren
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
NSTouchBarItem(NSTouchBarItemIdentifier) | |
NSTouchBarItem(NSCoder) | |
NSTouchBarItem(NSObjectFlag) | |
NSTouchBarItem(IntPtr) | |
NSTouchBarItem(String) |
public NSTouchBarItem (AppKit.NSTouchBarItemIdentifier identifier);
new AppKit.NSTouchBarItem : AppKit.NSTouchBarItemIdentifier -> AppKit.NSTouchBarItem
Parameter
- identifier
- NSTouchBarItemIdentifier
Gilt für:
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTouchBarItem (Foundation.NSCoder coder);
new AppKit.NSTouchBarItem : Foundation.NSCoder -> AppKit.NSTouchBarItem
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
protected NSTouchBarItem (Foundation.NSObjectFlag t);
new AppKit.NSTouchBarItem : Foundation.NSObjectFlag -> AppKit.NSTouchBarItem
Parameter
Gilt für:
protected internal NSTouchBarItem (IntPtr handle);
new AppKit.NSTouchBarItem : nativeint -> AppKit.NSTouchBarItem
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
[Foundation.Export("initWithIdentifier:")]
[ObjCRuntime.DesignatedInitializer]
public NSTouchBarItem (string identifier);
new AppKit.NSTouchBarItem : string -> AppKit.NSTouchBarItem
Parameter
- identifier
- String
- Attribute