Partager via


ContactStore.SaveExtendedPropertiesAsync Méthode

Définition

Enregistre la liste fournie des paires nom/valeur dans les propriétés étendues du magasin de contacts personnalisé.

public:
 virtual IAsyncAction ^ SaveExtendedPropertiesAsync(IMapView<Platform::String ^, Platform::Object ^> ^ data) = SaveExtendedPropertiesAsync;
IAsyncAction SaveExtendedPropertiesAsync(IMapView<winrt::hstring, IInspectable const&> const& data);
public IAsyncAction SaveExtendedPropertiesAsync(IReadOnlyDictionary<string,object> data);
function saveExtendedPropertiesAsync(data)
Public Function SaveExtendedPropertiesAsync (data As IReadOnlyDictionary(Of String, Object)) As IAsyncAction

Paramètres

data

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

Ensemble de propriétés nom/valeur à définir.

Retours

Action asynchrone. Si vous utilisez la programmation asynchrone, le type de résultat est void.

Configuration requise pour Windows

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

S’applique à

Voir aussi