共用方式為


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]

適用於

另請參閱