次の方法で共有


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

戻り値

属性

適用対象