CKContainer.FetchShareParticipantWithEmailAddressAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die CKShareParticipant Informationen für den Benutzer ab, der einen freigegebenen Datensatz akzeptiert hat.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual System.Threading.Tasks.Task<CloudKit.CKShareParticipant> FetchShareParticipantWithEmailAddressAsync (string emailAddress);
abstract member FetchShareParticipantWithEmailAddressAsync : string -> System.Threading.Tasks.Task<CloudKit.CKShareParticipant>
override this.FetchShareParticipantWithEmailAddressAsync : string -> System.Threading.Tasks.Task<CloudKit.CKShareParticipant>
Parameter
- emailAddress
- String
Gibt zurück
Eine Aufgabe, die den asynchronen FetchShareParticipantWithEmailAddress-Vorgang darstellt. Der Wert des TResult-Parameters ist vom Typ System.Action<CloudKit.CKShareParticipant,Foundation.NSError>.
- Attribute