편집

다음을 통해 공유


NSOpenPanel Constructors

Definition

Overloads

NSOpenPanel()
NSOpenPanel(NSCoder)
NSOpenPanel(NSObjectFlag)
NSOpenPanel(IntPtr)

NSOpenPanel()

[Foundation.Export("init")]
public NSOpenPanel ();
Attributes

Applies to

NSOpenPanel(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSOpenPanel(NSObjectFlag)

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

Parameters

Applies to

NSOpenPanel(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to