共用方式為


ContactInformation.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 靜態屬性做為索引鍵值。 這可確保您要求已知的現有屬性。

適用於

另請參閱