UserDataAccount.FindContactGroupsAsync Method

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

public:
 virtual IAsyncOperation<IVectorView<ContactGroup ^> ^> ^ FindContactGroupsAsync() = FindContactGroupsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ContactGroup>> FindContactGroupsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ContactGroup>> FindContactGroupsAsync();
function findContactGroupsAsync()
Public Function FindContactGroupsAsync () As IAsyncOperation(Of IReadOnlyList(Of ContactGroup))

Returns

A collection of ContactGroup instances.

Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to