Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.51 KB

storedcontact_getpropertiesasync_1672422196.md

File metadata and controls

27 lines (19 loc) · 1.51 KB
-api-id -api-type
M:Windows.Phone.PersonalInformation.StoredContact.GetPropertiesAsync
winrt method

Windows.Phone.PersonalInformation.StoredContact.GetPropertiesAsync

-description

Gets the known properties for the contact.

-returns

When this method completes, it returns a map/dictionary of name/value pairs (string name, untyped values). If you use Asynchronous programming, the result type is a map or dictionary of these key-value pairs, keyed by string names. (You can use APIs of IMapPlatform::String,Platform::Object for C++, APIs of IDictionary<String,Object> for .NET.)

-remarks

The key names must be one of the properties of the KnownContactProperties class. To get values for arbitrary app-defined properties, use GetExtendedPropertiesAsync instead. The contents of the collection is saved when SaveAsync is called.

-examples

-see-also

Asynchronous programming

-capabilities

ID_CAP_CONTACTS [Windows Phone]