共用方式為


EKEventStore.FetchReminders(NSPredicate, Action<EKReminder[]>) 方法

定義

擷取符合指定述詞的提醒。

[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

參數

predicate
NSPredicate

您想要擷取之提醒的述詞。

completion
Action<EKReminder[]>

使用符合述詞的提醒叫用的方法。

傳回

IntPtr

nativeint

表示擷取作業的權杖。 將此傳遞至 CancelFetchRequest(IntPtr) 以取消作業。

屬性

適用於