ContactStore.SaveExtendedPropertiesAsync 方法

定义

将提供的名称/值对列表保存到自定义联系人存储的扩展属性中。

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

参数

data

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

要设置的名称/值属性集。

返回

异步操作。 如果使用 异步编程,则结果类型为 void

Windows 要求

应用功能
ID_CAP_CONTACTS [Windows Phone]

适用于

另请参阅