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
- 属性