Partager via


ContactInformation.GetPropertiesAsync Méthode

Définition

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

public:
 virtual IAsyncOperation<IMap<Platform::String ^, Platform::Object ^> ^> ^ GetPropertiesAsync() = 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/valeur (nom de chaîne, valeurs non typées). Si vous utilisez la programmation asynchrone, le type de résultat est une carte ou un dictionnaire de ces paires clé-valeur, clé par des noms de chaîne. (Vous pouvez utiliser les API d’IMap pour C++, les API d’IDictionary<String,Object> pour .NET.)

Implémente

Configuration requise pour Windows

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

Remarques

Lorsque vous travaillez avec la collection retournée par cette méthode, utilisez les propriétés statiques KnownContactProperties comme valeur de clé. Cela garantit que vous demandez des propriétés existantes connues.

S’applique à

Voir aussi