NSResponder.PresentError Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
Parameter
- error
- NSError
Mengembalikan
- Atribut
Berlaku untuk
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
Parameter
- error
- NSError
- window
- NSWindow
- delegate
- NSObject
- didPresentSelector
- Selector
- contextInfo
-
IntPtr
nativeint