EKEventStore.FetchRemindersAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
您想要擷取之提醒的述詞。
傳回
Task<EKReminder[]>
表示非同步 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
傳回
Task<EKReminder[]>
- 屬性