ContactBindingManager.GetContactBindingsAsync method
Retrieves a list of the contact bindings associated with the app.
public IAsyncOperation<IVectorView<ContactBinding>> GetContactBindingsAsync()
Public Function GetContactBindingsAsync() As IAsyncOperation(Of IVectorView<ContactBinding>)
public:
IAsyncOperation<IVectorView<ContactBinding>>^ GetContactBindingsAsync()
This method has no parameters.
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.)
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 |
ContactBindingManager
ContactBinding
Asynchronous programming