共用方式為


EKEventStore.FetchRemindersAsync 方法

定義

多載

FetchRemindersAsync(NSPredicate)

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

FetchRemindersAsync(NSPredicate, IntPtr)

FetchRemindersAsync(NSPredicate)

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

[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[]>

參數

predicate
NSPredicate

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

傳回

表示非同步 FetchReminders 作業的工作。 TResult 參數的值的類型為 System.Action < EventKit.EKReminder[] > 。

屬性

適用於

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[]>

參數

predicate
NSPredicate
result
IntPtr

nativeint

傳回

屬性

適用於