NSWindow.EndSheet 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
- 属性