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 | 既定のオプション。 |