NSOpenPanel.Begin Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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