Freigeben über


Contacts.PickContactAsync Methode

Definition

Öffnet die Standard-Benutzeroberfläche des Betriebssystems zum Auswählen eines Kontakts vom Gerät.

public:
 static System::Threading::Tasks::Task<Microsoft::Maui::ApplicationModel::Communication::Contact ^> ^ PickContactAsync();
public static System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.Communication.Contact?> PickContactAsync ();
static member PickContactAsync : unit -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.Communication.Contact>
Public Shared Function PickContactAsync () As Task(Of Contact)

Gibt zurück

Ein einzelner Kontakt oder null , wenn der Benutzer den Vorgang abgebrochen hat.

Gilt für: