This topic has not yet been rated - Rate this topic

ContactStore.SaveExtendedPropertiesAsync method

4/5/2013

Saves the provided list of name/value pairs to the custom contact store's extended properties.

Syntax

Public Function SaveExtendedPropertiesAsync(
  data As IReadOnlyDictionary(Of String, Object) 
) As IAsyncAction

Parameters

data

Type: IMapView<String, Object> [C++] | System.Collections.Generic.IReadOnlyDictionary<String, Object> [.NET]

The set of name/value properties to set.

Return value

Type: IAsyncAction

A value that indicates the success or failure of the operation.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.PersonalInformation
Windows::Phone::PersonalInformation [C++]

Metadata

Windows.winmd

Capabilities

ID_CAP_CONTACTS [Windows Phone]

See also

ContactStore

 

 

Build date: 4/5/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.