Compartilhar via


CKContainer.FetchShareParticipantWithEmailAddressAsync(String) Método

Definição

Recupera as CKShareParticipant informações para o usuário que aceitou um registro compartilhado..

[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>

Parâmetros

emailAddress
String

Retornos

Uma tarefa que representa a operação assíncrona FetchShareParticipantWithEmailAddress. O valor do parâmetro TResult é do tipo System.Action<CloudKit.CKShareParticipant,Foundation.NSError>.

Atributos

Aplica-se a