Bagikan melalui


IContactInformation.GetPropertiesAsync Metode

Definisi

Mendapatkan properti untuk kontak sebagai peta pasangan nama/nilai.

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))

Mengembalikan

IAsyncOperation<IMap<String,Object>>

IAsyncOperation<IDictionary<String,Object>>

IAsyncOperation<IMap<Platform::String,Platform::Object>>

IAsyncOperation<IMap<winrt::hstring,IInspectable>>

Ketika metode ini selesai, metode ini mengembalikan peta/kamus pasangan nama string/nilai yang tidak dititik.

Persyaratan Windows

Kemampuan aplikasi
ID_CAP_CONTACTS [Windows Phone]

Berlaku untuk

Lihat juga