UserDataAccount.FindContactGroupsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.
Nur Microsoft-interne Verwendung.
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))
Gibt zurück
Eine Auflistung von ContactGroup-Instanzen .
- Attribute
Windows-Anforderungen
| Gerätefamilie |
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
|