ContactStore.LoadExtendedPropertiesAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
載入應用程式的自訂連絡人存放區擴充屬性。
public:
virtual IAsyncOperation<IMap<Platform::String ^, Platform::Object ^> ^> ^ LoadExtendedPropertiesAsync() = LoadExtendedPropertiesAsync;
IAsyncOperation<IMap<winrt::hstring, IInspectable const&>> LoadExtendedPropertiesAsync();
public IAsyncOperation<IDictionary<string,object>> LoadExtendedPropertiesAsync();
function loadExtendedPropertiesAsync()
Public Function LoadExtendedPropertiesAsync () As IAsyncOperation(Of IDictionary(Of String, Object))
傳回
IAsyncOperation<IMap<Platform::String,Platform::Object>>
IAsyncOperation<IMap<winrt::hstring,IInspectable>>
當這個方法完成時,它會傳回包含字串索引鍵/不具型別值組的對應/字典。 如果您使用 非同步程式設計,則結果類型是這些索引鍵/值組的對應或字典,以字串名稱為索引鍵。 (您可以使用適用于 C++ 的IMap API、IDictionary < String 的 API、適用于 .NET.) 的物件 >
Windows 需求
應用程式功能 |
ID_CAP_CONTACTS [Windows Phone]
|
備註
這個方法可用來存取連絡人存放區的擴充屬性,而不是個別連絡人。 常見的案例是使用連絡人存放區的擴充屬性來儲存本機連絡人存放區的修訂編號,以及中的遠端連絡人存放區,然後使用 GetChangesAsync 同步處理這兩個存放區。 若要存取個別連絡人的擴充屬性,請參閱 GetExtendedPropertiesAsync。