共用方式為


VSAccountAccessStatus 列舉

定義

列舉應用程式對使用者訂用帳戶擁有的存取類型。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum VSAccountAccessStatus
type VSAccountAccessStatus = 
繼承
VSAccountAccessStatus
屬性

欄位

Denied 2

使用者已拒絕應用程式存取。

Granted 3

使用者已授與應用程式存取權。

NotDetermined 0

使用者尚未與許可權對話方塊互動。

Restricted 1

使用者遭到拒絕存取,而且可能不會變更許可權。

適用於