Condividi tramite


IContactInformation.GetPropertiesAsync Metodo

Definizione

Ottiene le proprietà di un contatto come mappa di coppie nome/valore.

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

Restituisce

IAsyncOperation<IMap<String,Object>>

IAsyncOperation<IDictionary<String,Object>>

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

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

Al termine di questo metodo, restituisce una mappa/dizionario di coppie nome stringa/valore non tipizzato.

Requisiti Windows

Funzionalità dell'app
ID_CAP_CONTACTS [Windows Phone]

Si applica a

Vedi anche