NSOpenPanel.BeginSheet Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BeginSheet(String, String, String[], NSWindow, Action) | |
BeginSheet(String, String, String[], NSWindow, NSObject, Selector, IntPtr) | |
BeginSheet(String, String, String[], NSWindow) |
BeginSheet(String, String, String[], NSWindow, Action)
public void BeginSheet (string directory, string fileName, string[] fileTypes, AppKit.NSWindow modalForWindow, Action onEnded);
override this.BeginSheet : string * string * string[] * AppKit.NSWindow * Action -> unit
Parameter
- directory
- String
- fileName
- String
- fileTypes
- String[]
- modalForWindow
- NSWindow
- onEnded
- Action
Gilt für:
BeginSheet(String, String, String[], NSWindow, NSObject, Selector, IntPtr)
[Foundation.Export("beginSheetForDirectory:file:types:modalForWindow:modalDelegate:didEndSelector:contextInfo:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.All, "Use NSApplication.RunModal instead.")]
public virtual void BeginSheet (string directory, string fileName, string[] fileTypes, AppKit.NSWindow modalForWindow, Foundation.NSObject modalDelegate, ObjCRuntime.Selector didEndSelector, IntPtr contextInfo);
override this.BeginSheet : string * string * string[] * AppKit.NSWindow * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
Parameter
- directory
- String
- fileName
- String
- fileTypes
- String[]
- modalForWindow
- NSWindow
- modalDelegate
- NSObject
- didEndSelector
- Selector
- contextInfo
-
IntPtr
nativeint
- Attribute