共用方式為


NSTouchBar 建構函式

定義

多載

NSTouchBar()
NSTouchBar(NSCoder)
NSTouchBar(NSObjectFlag)
NSTouchBar(IntPtr)

NSTouchBar()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSTouchBar ();
屬性

適用於

NSTouchBar(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTouchBar (Foundation.NSCoder coder);
new AppKit.NSTouchBar : Foundation.NSCoder -> AppKit.NSTouchBar

參數

coder
NSCoder
屬性

適用於

NSTouchBar(NSObjectFlag)

protected NSTouchBar (Foundation.NSObjectFlag t);
new AppKit.NSTouchBar : Foundation.NSObjectFlag -> AppKit.NSTouchBar

參數

適用於

NSTouchBar(IntPtr)

protected internal NSTouchBar (IntPtr handle);
new AppKit.NSTouchBar : nativeint -> AppKit.NSTouchBar

參數

handle
IntPtr

nativeint

適用於