다음을 통해 공유


NSWindow.EndSheet 메서드

정의

오버로드

EndSheet(NSWindow)
EndSheet(NSWindow, NSModalResponse)
EndSheet(NSWindow, nint)
사용되지 않음.

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

매개 변수

sheetWindow
NSWindow
특성

적용 대상

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

매개 변수

sheetWindow
NSWindow
returnCode
NSModalResponse
특성

적용 대상

EndSheet(NSWindow, nint)

주의

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

매개 변수

sheetWindow
NSWindow
returnCode
System.System.IntPtr System.nativeint
특성

적용 대상