NSAlert.WithMessage(String, String, String, String, String) 方法

定义

[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

返回

属性

适用于