EKEventStore.FetchReminders(NSPredicate, Action<EKReminder[]>) 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("fetchRemindersMatchingPredicate:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr FetchReminders(Foundation.NSPredicate predicate, Action<EventKit.EKReminder[]> completion);
[<Foundation.Export("fetchRemindersMatchingPredicate:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchReminders : Foundation.NSPredicate * Action<EventKit.EKReminder[]> -> nativeint
override this.FetchReminders : Foundation.NSPredicate * Action<EventKit.EKReminder[]> -> nativeint
Parameters
- predicate
- NSPredicate
- completion
- Action<EKReminder[]>
Returns
IntPtr
nativeint
- Attributes