Compartir a través de


NSApplication.EndSheet Método

Definición

Sobrecargas

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

Parámetros

sheet
NSWindow
Atributos

Se aplica a

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

Parámetros

sheet
NSWindow
returnCode
System.System.IntPtr System.nativeint
Atributos

Se aplica a