CKShareParticipantAcceptanceStatus Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Enumera le risposte per condividere le richieste di partecipazione.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKShareParticipantAcceptanceStatus
type CKShareParticipantAcceptanceStatus =
- Ereditarietà
-
CKShareParticipantAcceptanceStatus
- Attributi
Campi
Accepted | 2 | L'utente è stato accettato nella condivisione. |
Pending | 1 | Lo stato dell'utente è in sospeso. |
Removed | 3 | L'utente è stato rimosso dalla condivisione. |
Unknown | 0 | Lo stato dell'utente è sconosciuto. |