NSResponder.PresentError Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PresentError(NSError) | |
PresentError(NSError, NSWindow, NSObject, Selector, IntPtr) |
PresentError(NSError)
[Foundation.Export("presentError:")]
public virtual bool PresentError (Foundation.NSError error);
abstract member PresentError : Foundation.NSError -> bool
override this.PresentError : Foundation.NSError -> bool
Parâmetros
- error
- NSError
Retornos
- Atributos
Aplica-se a
PresentError(NSError, NSWindow, NSObject, Selector, IntPtr)
public void PresentError (Foundation.NSError error, AppKit.NSWindow window, Foundation.NSObject delegate, ObjCRuntime.Selector didPresentSelector, IntPtr contextInfo);
member this.PresentError : Foundation.NSError * AppKit.NSWindow * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
Parâmetros
- error
- NSError
- window
- NSWindow
- delegate
- NSObject
- didPresentSelector
- Selector
- contextInfo
-
IntPtr
nativeint