NSDocumentController.PresentError Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- error
- NSError
Restituisce
- Attributi
Si applica a
PresentError(NSError, NSWindow, NSObject, Selector, IntPtr)
[Foundation.Export("presentError:modalForWindow:delegate:didPresentSelector:contextInfo:")]
public virtual void PresentError (Foundation.NSError error, AppKit.NSWindow window, Foundation.NSObject delegateObject, ObjCRuntime.Selector didPresentSelector, IntPtr contextInfo);
abstract member PresentError : Foundation.NSError * AppKit.NSWindow * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
override this.PresentError : Foundation.NSError * AppKit.NSWindow * Foundation.NSObject * ObjCRuntime.Selector * nativeint -> unit
Parametri
- error
- NSError
- window
- NSWindow
- delegateObject
- NSObject
- didPresentSelector
- Selector
- contextInfo
-
IntPtr
nativeint
- Attributi