共用方式為


CKShareParticipantType 列舉

定義

列舉共用參與者類型。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKShareParticipantType
type CKShareParticipantType = 
繼承
CKShareParticipantType
屬性

欄位

Owner 1

表示參與者是共用擁有者。

PrivateUser 3

表示參與者是已認證的使用者。

PublicUser 4

表示參與者是匿名使用者。

Unknown 0

表示參與者類型未知。

適用於