NSApplication.BeginSheet 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
BeginSheet(NSWindow, NSWindow) | |
BeginSheet(NSWindow, NSWindow, Action) | |
BeginSheet(NSWindow, NSWindow, NSObject, Selector, IntPtr) |
BeginSheet(NSWindow, NSWindow)
BeginSheet(NSWindow, NSWindow, Action)
BeginSheet(NSWindow, NSWindow, NSObject, Selector, IntPtr)
[Foundation.Export("beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use NSWindow.BeginSheet instead.")]
public virtual void BeginSheet (AppKit.NSWindow sheet, AppKit.NSWindow docWindow, Foundation.NSObject modalDelegate, ObjCRuntime.Selector didEndSelector, IntPtr contextInfo);
abstract member BeginSheet : AppKit.NSWindow * AppKit.NSWindow * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
override this.BeginSheet : AppKit.NSWindow * AppKit.NSWindow * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
参数
- sheet
- NSWindow
- docWindow
- NSWindow
- modalDelegate
- NSObject
- didEndSelector
- Selector
- contextInfo
-
IntPtr
nativeint
- 属性