EKEventStore.FetchRemindersAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
FetchRemindersAsync(NSPredicate) |
Busca os lembretes que correspondem ao predicado especificado. |
FetchRemindersAsync(NSPredicate, IntPtr) |
FetchRemindersAsync(NSPredicate)
Busca os lembretes que correspondem ao predicado especificado.
[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[]>
Parâmetros
- predicate
- NSPredicate
Um predicado para os lembretes que você deseja buscar.
Retornos
Task<EKReminder[]>
Uma tarefa que representa a operação assíncrona FetchReminders. O valor do parâmetro TResult é do tipo System.Action<EventKit.EKReminder[]>.
- Atributos
Aplica-se a
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[]>
Parâmetros
- predicate
- NSPredicate
- result
-
IntPtr
nativeint
Retornos
Task<EKReminder[]>
- Atributos