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.
Fetches the reminders that match the specified predicate.
[Foundation.Export("fetchRemindersMatchingPredicate:completion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual IntPtr FetchReminders (Foundation.NSPredicate predicate, Action<EventKit.EKReminder[]> completion);
abstract member FetchReminders : Foundation.NSPredicate * Action<EventKit.EKReminder[]> -> nativeint
override this.FetchReminders : Foundation.NSPredicate * Action<EventKit.EKReminder[]> -> nativeint
Parameters
- predicate
- NSPredicate
A predicate for the reminders you want to fetch.
- completion
- Action<EKReminder[]>
Method invoked with the reminders that match the predicate.
Returns
IntPtr
nativeint
Token that represents the fetch operation. Pass this to CancelFetchRequest(IntPtr) to cancel the operation.
- Attributes