共用方式為


StoredContact.GetPropertiesAsync 方法

定義

取得連絡人的已知屬性。

public:
 virtual IAsyncOperation<IMap<Platform::String ^, Platform::Object ^> ^> ^ GetPropertiesAsync() = GetPropertiesAsync;
IAsyncOperation<IMap<winrt::hstring, IInspectable const&>> GetPropertiesAsync();
public IAsyncOperation<IDictionary<string,object>> GetPropertiesAsync();
function getPropertiesAsync()
Public Function GetPropertiesAsync () As IAsyncOperation(Of IDictionary(Of String, Object))

傳回

IAsyncOperation<IMap<String,Object>>

IAsyncOperation<IDictionary<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]

備註

索引鍵名稱必須是 KnownContactProperties 類別的其中一個屬性。 若要取得任意應用程式定義屬性的值,請改用 GetExtendedPropertiesAsync 。 呼叫 SaveAsync 時,會儲存集合的內容。

適用於

另請參閱