Partager via


IContactInformation.GetPropertiesAsync Méthode

Définition

Obtient les propriétés d’un contact sous la forme d’une carte de paires nom/valeur.

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

Retours

IAsyncOperation<IMap<String,Object>>

IAsyncOperation<IDictionary<String,Object>>

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

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

Une fois cette méthode terminée, elle retourne une carte/dictionnaire de paires nom de chaîne/valeur non typée.

Configuration requise pour Windows

Fonctionnalités de l’application
ID_CAP_CONTACTS [Windows Phone]

S’applique à

Voir aussi