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