Freigeben über


IContacts.PickContactAsync Methode

Definition

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

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

Gibt zurück

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

Gilt für: