UserDataAccount.FindContactGroupsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
|