EKEventStore.FetchRemindersAsync 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.
Overloads
FetchRemindersAsync(NSPredicate) |
Fetches the reminders that match the specified predicate. |
FetchRemindersAsync(NSPredicate, IntPtr) |
FetchRemindersAsync(NSPredicate)
Fetches the reminders that match the specified predicate.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<EventKit.EKReminder[]> FetchRemindersAsync (Foundation.NSPredicate predicate);
abstract member FetchRemindersAsync : Foundation.NSPredicate -> System.Threading.Tasks.Task<EventKit.EKReminder[]>
override this.FetchRemindersAsync : Foundation.NSPredicate -> System.Threading.Tasks.Task<EventKit.EKReminder[]>
Parameters
- predicate
- NSPredicate
A predicate for the reminders you want to fetch.
Returns
Task<EKReminder[]>
A task that represents the asynchronous FetchReminders operation. The value of the TResult parameter is of type System.Action<EventKit.EKReminder[]>.
- Attributes
Applies to
FetchRemindersAsync(NSPredicate, IntPtr)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<EventKit.EKReminder[]> FetchRemindersAsync (Foundation.NSPredicate predicate, out IntPtr result);
abstract member FetchRemindersAsync : Foundation.NSPredicate * -> System.Threading.Tasks.Task<EventKit.EKReminder[]>
override this.FetchRemindersAsync : Foundation.NSPredicate * -> System.Threading.Tasks.Task<EventKit.EKReminder[]>
Parameters
- predicate
- NSPredicate
- result
-
IntPtr
nativeint
Returns
Task<EKReminder[]>
- Attributes