UserDataAccount.FindContactListsAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會傳回與UserDataAccount相關聯的ContactList實例集合。
public:
virtual IAsyncOperation<IVectorView<ContactList ^> ^> ^ FindContactListsAsync() = FindContactListsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ContactList>> FindContactListsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ContactList>> FindContactListsAsync();
function findContactListsAsync()
Public Function FindContactListsAsync () As IAsyncOperation(Of IReadOnlyList(Of ContactList))
傳回
與UserDataAccount相關聯的ContactList實例集合。
- 屬性