EKEventStore.GetAuthorizationStatus(EKEntityType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
應用程式針對指定的 entityType
目前存取。
[Foundation.Export("authorizationStatusForEntityType:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static EventKit.EKAuthorizationStatus GetAuthorizationStatus (EventKit.EKEntityType entityType);
static member GetAuthorizationStatus : EventKit.EKEntityType -> EventKit.EKAuthorizationStatus
參數
- entityType
- EKEntityType
正在 EKEntityType 查詢授權狀態的 。
傳回
應用程式針對指定的 entityType
目前存取。
- 屬性
備註
基礎事件套件資料的存取權受到使用者控制。 應用程式必須透過 RequestAccess(EKEntityType, Action<Boolean,NSError>) 要求存取權。