Compartilhar via


EKEventStore.FetchRemindersAsync Método

Definição

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

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

Atributos

Aplica-se a