ContactBindingManager.GetContactBindingsAsync method

Retrieves a list of the contact bindings associated with the app.

Syntax

public IAsyncOperation<IVectorView<ContactBinding>> GetContactBindingsAsync()
Public Function GetContactBindingsAsync() As IAsyncOperation(Of IVectorView<ContactBinding>)
public:
IAsyncOperation<IVectorView<ContactBinding>>^ GetContactBindingsAsync()

Parameters

This method has no parameters.

Return value

Type: IAsyncOperation<IVectorView<ContactBinding>>

An asynchronous operation that returns a list of ContactBinding objects upon successful completion. If you use Asynchronous programming, the result type is a read-only list/vector of ContactBinding items. (You can use APIs of IVectorView<ContactBinding> for C++, APIs of IReadOnlyList<ContactBinding> for .NET.)

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

See also

ContactBindingManager

ContactBinding

Asynchronous programming