Share via


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

适用于