다음을 통해 공유


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
특성

적용 대상