Share via


IContactInformation.GetPropertiesAsync メソッド

定義

名前と値のペアのマップとして連絡先のプロパティを取得します。

public:
 IAsyncOperation<IMap<Platform::String ^, Platform::Object ^> ^> ^ 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>>

このメソッドが完了すると、文字列名/型指定されていない値のペアの map/dictionary が返されます。

Windows の要件

アプリの機能
ID_CAP_CONTACTS [Windows Phone]

適用対象

こちらもご覧ください