次の方法で共有


NSAlert.RunSheetModal メソッド

定義

オーバーロード

RunSheetModal(NSWindow)
RunSheetModal(NSWindow, NSApplication)

RunSheetModal(NSWindow)

public nint RunSheetModal (AppKit.NSWindow window);
member this.RunSheetModal : AppKit.NSWindow -> nint

パラメーター

window
NSWindow

戻り値

System.System.IntPtr System.nativeint

適用対象

RunSheetModal(NSWindow, NSApplication)

public nint RunSheetModal (AppKit.NSWindow window, AppKit.NSApplication application);
member this.RunSheetModal : AppKit.NSWindow * AppKit.NSApplication -> nint

パラメーター

window
NSWindow
application
NSApplication

戻り値

System.System.IntPtr System.nativeint

適用対象