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 | 默认选项。 |