NSWindow.EndSheet Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
EndSheet(NSWindow) | |
EndSheet(NSWindow, NSModalResponse) | |
EndSheet(NSWindow, nint) |
Obsoleto.
|
EndSheet(NSWindow)
[Foundation.Export("endSheet:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndSheet (AppKit.NSWindow sheetWindow);
abstract member EndSheet : AppKit.NSWindow -> unit
override this.EndSheet : AppKit.NSWindow -> unit
Parâmetros
- sheetWindow
- NSWindow
- Atributos
Aplica-se a
EndSheet(NSWindow, NSModalResponse)
[Foundation.Export("endSheet:returnCode:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndSheet (AppKit.NSWindow sheetWindow, AppKit.NSModalResponse returnCode);
abstract member EndSheet : AppKit.NSWindow * AppKit.NSModalResponse -> unit
override this.EndSheet : AppKit.NSWindow * AppKit.NSModalResponse -> unit
Parâmetros
- sheetWindow
- NSWindow
- returnCode
- NSModalResponse
- Atributos
Aplica-se a
EndSheet(NSWindow, nint)
Cuidado
Use the EndSheet(NSWindow,NSModalResponse) overload.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Obsolete("Use the EndSheet(NSWindow,NSModalResponse) overload.", false)]
public virtual void EndSheet (AppKit.NSWindow sheetWindow, nint returnCode);
abstract member EndSheet : AppKit.NSWindow * nint -> unit
override this.EndSheet : AppKit.NSWindow * nint -> unit
Parâmetros
- sheetWindow
- NSWindow
- returnCode
- System.System.IntPtr System.nativeint
- Atributos