다음을 통해 공유


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

반환

특성

적용 대상