ContactStore.SaveExtendedPropertiesAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將提供的名稱/值組清單儲存至自訂連絡人存放區的擴充屬性。
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
參數
傳回
非同步動作。 如果您使用 非同步程式設計,則結果類型為 void。
Windows 需求
應用程式功能 |
ID_CAP_CONTACTS [Windows Phone]
|