共用方式為


NSApplication.EndSheet 方法

定義

多載

EndSheet(NSWindow)
EndSheet(NSWindow, nint)

EndSheet(NSWindow)

[Foundation.Export("endSheet:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use NSWindow.EndSheet instead.")]
public virtual void EndSheet (AppKit.NSWindow sheet);
abstract member EndSheet : AppKit.NSWindow -> unit
override this.EndSheet : AppKit.NSWindow -> unit

參數

sheet
NSWindow
屬性

適用於

EndSheet(NSWindow, nint)

[Foundation.Export("endSheet:returnCode:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndSheet (AppKit.NSWindow sheet, nint returnCode);
abstract member EndSheet : AppKit.NSWindow * nint -> unit
override this.EndSheet : AppKit.NSWindow * nint -> unit

參數

sheet
NSWindow
returnCode
System.System.IntPtr System.nativeint
屬性

適用於