EKEventStore.RemoveReminder(EKReminder, Boolean, NSError) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[Foundation.Export("removeReminder:commit:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool RemoveReminder (EventKit.EKReminder reminder, bool commit, out Foundation.NSError error);
abstract member RemoveReminder : EventKit.EKReminder * bool * -> bool
override this.RemoveReminder : EventKit.EKReminder * bool * -> bool
Parámetros
- reminder
- EKReminder
- commit
- Boolean
- error
- NSError
Devoluciones
- Atributos