次の方法で共有


NSPopoverTouchBarItem コンストラクター

定義

オーバーロード

NSPopoverTouchBarItem(NSCoder)
NSPopoverTouchBarItem(NSObjectFlag)
NSPopoverTouchBarItem(IntPtr)
NSPopoverTouchBarItem(String)

NSPopoverTouchBarItem(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSPopoverTouchBarItem(NSObjectFlag)

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

パラメーター

適用対象

NSPopoverTouchBarItem(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象

NSPopoverTouchBarItem(String)

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

パラメーター

identifier
String
属性

適用対象