NSAlert.WithMessage(String, String, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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