次の方法で共有


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

適用対象