NSAlert.WithMessage(String, String, String, String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[Foundation.Export("alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use constructor instead.")]
public static AppKit.NSAlert WithMessage (string message, string defaultButton, string alternateButton, string otherButton, string full);
static member WithMessage : string * string * string * string * string -> AppKit.NSAlert
パラメーター
- message
- String
- defaultButton
- String
- alternateButton
- String
- otherButton
- String
- full
- String
戻り値
- 属性