EKEventStore.FetchReminders(NSPredicate, Action<EKReminder[]>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取符合指定述詞的提醒。
[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) 以取消作業。
- 屬性