ContactBindings class

Enables the creation of a ContactBindingManager object that can be used to create, save, and delete contact bindings.

Syntax

public static class ContactBindings
Public NotInheritable Class ContactBindings
public ref class ContactBindings abstract sealed 

Members

The ContactBindings class has these types of members:

  • Methods

Methods

The ContactBindings class has these methods. It also inherits methods from the Object class.

Method Description
GetAppContactBindingManagerAsync Retrieves the ContactBindingManager for the calling app, which can be used to create, save, and delete contact bindings.

 

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

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

Metadata

Windows.WinMD

Attributes

[MarshalingBehavior(Standard)]

[Threading(Both)]

[Version(0x06030000)]

See also

Object

ContactBindingManager

Implementing contact bindings in a Windows Phone Silverlight app