Freigeben über


IContactInformation.GetPropertiesAsync Methode

Definition

Ruft die Eigenschaften für einen Kontakt als Zuordnung von Name-Wert-Paaren ab.

public:
 IAsyncOperation<IMap<Platform::String ^, Platform::Object ^> ^> ^ GetPropertiesAsync();
IAsyncOperation<IMap<winrt::hstring, IInspectable const&>> GetPropertiesAsync();
public IAsyncOperation<IDictionary<string,object>> GetPropertiesAsync();
function getPropertiesAsync()
Public Function GetPropertiesAsync () As IAsyncOperation(Of IDictionary(Of String, Object))

Gibt zurück

IAsyncOperation<IMap<String,Object>>

IAsyncOperation<IDictionary<String,Object>>

IAsyncOperation<IMap<Platform::String,Platform::Object>>

IAsyncOperation<IMap<winrt::hstring,IInspectable>>

Wenn diese Methode abgeschlossen ist, gibt sie eine Zuordnung/ein Wörterbuch von Zeichenfolgennamen/nicht typisierten Wertpaaren zurück.

Windows-Anforderungen

App-Funktionen
ID_CAP_CONTACTS [Windows Phone]

Gilt für:

Weitere Informationen