NSDocumentController.BeginOpenPanel Method

Definition

[Foundation.Export("beginOpenPanel:forTypes:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void BeginOpenPanel (AppKit.NSOpenPanel openPanel, Foundation.NSArray inTypes, AppKit.NSDocumentControllerOpenPanelResultHandler completionHandler);
abstract member BeginOpenPanel : AppKit.NSOpenPanel * Foundation.NSArray * AppKit.NSDocumentControllerOpenPanelResultHandler -> unit
override this.BeginOpenPanel : AppKit.NSOpenPanel * Foundation.NSArray * AppKit.NSDocumentControllerOpenPanelResultHandler -> unit

Parameters

openPanel
NSOpenPanel
inTypes
NSArray
Attributes

Applies to