NSDocumentController.BeginOpenPanel 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[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
参数
- openPanel
- NSOpenPanel
- inTypes
- NSArray
- completionHandler
- NSDocumentControllerOpenPanelResultHandler
- 属性