次の方法で共有


NSTouchBarItem コンストラクター

定義

オーバーロード

NSTouchBarItem(NSTouchBarItemIdentifier)
NSTouchBarItem(NSCoder)
NSTouchBarItem(NSObjectFlag)
NSTouchBarItem(IntPtr)
NSTouchBarItem(String)

NSTouchBarItem(NSTouchBarItemIdentifier)

public NSTouchBarItem (AppKit.NSTouchBarItemIdentifier identifier);
new AppKit.NSTouchBarItem : AppKit.NSTouchBarItemIdentifier -> AppKit.NSTouchBarItem

パラメーター

適用対象

NSTouchBarItem(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSTouchBarItem(NSObjectFlag)

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

パラメーター

適用対象

NSTouchBarItem(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象

NSTouchBarItem(String)

[Foundation.Export("initWithIdentifier:")]
[ObjCRuntime.DesignatedInitializer]
public NSTouchBarItem (string identifier);
new AppKit.NSTouchBarItem : string -> AppKit.NSTouchBarItem

パラメーター

identifier
String
属性

適用対象