NSOpenPanel.Begin Method

Definition

[Foundation.Export("beginForDirectory:file:types:modelessDelegate:didEndSelector:contextInfo:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Begin (string directory, string fileName, string[] fileTypes, Foundation.NSObject modelessDelegate, ObjCRuntime.Selector didEndSelector, IntPtr contextInfo);
override this.Begin : string * string * string[] * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit

Parameters

directory
String
fileName
String
fileTypes
String[]
modelessDelegate
NSObject
didEndSelector
Selector
contextInfo
IntPtr

nativeint

Attributes

Applies to