다음을 통해 공유


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
특성

적용 대상