Compartilhar via


EKEventStore.FetchReminders(NSPredicate, Action<EKReminder[]>) Método

Definição

Busca os lembretes que correspondem ao predicado especificado.

[Foundation.Export("fetchRemindersMatchingPredicate:completion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual IntPtr FetchReminders (Foundation.NSPredicate predicate, Action<EventKit.EKReminder[]> completion);
abstract member FetchReminders : Foundation.NSPredicate * Action<EventKit.EKReminder[]> -> nativeint
override this.FetchReminders : Foundation.NSPredicate * Action<EventKit.EKReminder[]> -> nativeint

Parâmetros

predicate
NSPredicate

Um predicado para os lembretes que você deseja buscar.

completion
Action<EKReminder[]>

Método invocado com os lembretes que correspondem ao predicado.

Retornos

IntPtr

nativeint

Token que representa a operação de busca. Passe isso para CancelFetchRequest(IntPtr) para cancelar a operação.

Atributos

Aplica-se a