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