UICloudSharingPermissionOptions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
標記雲端共用許可權選項的列舉。
此列舉支援其成員值的位元組合。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UICloudSharingPermissionOptions
type UICloudSharingPermissionOptions =
- 繼承
-
UICloudSharingPermissionOptions
- 屬性
欄位
AllowPrivate | 2 | 只允許存取已邀請的人員。 |
AllowPublic | 1 | 允許存取任何人。 |
AllowReadOnly | 4 | 共用資料是唯讀的。 |
AllowReadWrite | 8 | 使用者可以讀取和修改資料。 |
Standard | 0 | 預設選項。 |