ContactStore.GetContactListAsync(String) メソッド

定義

指定した ID を持つ ContactList を非同期的に取得します。

public:
 virtual IAsyncOperation<ContactList ^> ^ GetContactListAsync(Platform::String ^ contactListId) = GetContactListAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ContactList> GetContactListAsync(winrt::hstring const& contactListId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ContactList> GetContactListAsync(string contactListId);
function getContactListAsync(contactListId)
Public Function GetContactListAsync (contactListId As String) As IAsyncOperation(Of ContactList)

パラメーター

contactListId
String

Platform::String

winrt::hstring

取得する ContactList の ID。

戻り値

指定した ID を持つ ContactList 。リストが見つからない場合は null。

属性

Windows の要件

アプリの機能
contactsSystem

注釈

contactListId の形式が正しくない場合、このメソッドは無効な引数例外をスローします。

適用対象