VSAccountAccessStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉應用程式對使用者訂用帳戶擁有的存取類型。
[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 | 使用者遭到拒絕存取,而且可能不會變更許可權。 |