NSAlert.WithMessage(String, String, String, String, String) Method

Definition

[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

Parameters

message
String
defaultButton
String
alternateButton
String
otherButton
String
full
String

Returns

Attributes

Applies to