ContactStore.CreateContactListAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateContactListAsync(String) |
指定した表示名を持つ ContactList を非同期的に作成します。 |
CreateContactListAsync(String, String) |
指定した表示名とユーザー アカウントを使用して ContactList を非同期的に作成します。 |
CreateContactListAsync(String)
指定した表示名を持つ ContactList を非同期的に作成します。
public:
virtual IAsyncOperation<ContactList ^> ^ CreateContactListAsync(Platform::String ^ displayName) = CreateContactListAsync;
/// [Windows.Foundation.Metadata.Overload("CreateContactListAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ContactList> CreateContactListAsync(winrt::hstring const& displayName);
[Windows.Foundation.Metadata.Overload("CreateContactListAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ContactList> CreateContactListAsync(string displayName);
function createContactListAsync(displayName)
Public Function CreateContactListAsync (displayName As String) As IAsyncOperation(Of ContactList)
パラメーター
- displayName
-
String
Platform::String
winrt::hstring
新しい ContactList の名前。ユーザー インターフェイスでの表示に適しています。
戻り値
新しく作成された ContactList。
- 属性
Windows の要件
アプリの機能 |
contactsSystem
|
こちらもご覧ください
適用対象
CreateContactListAsync(String, String)
指定した表示名とユーザー アカウントを使用して ContactList を非同期的に作成します。
public:
virtual IAsyncOperation<ContactList ^> ^ CreateContactListAsync(Platform::String ^ displayName, Platform::String ^ userDataAccountId) = CreateContactListAsync;
/// [Windows.Foundation.Metadata.Overload("CreateContactListInAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ContactList> CreateContactListAsync(winrt::hstring const& displayName, winrt::hstring const& userDataAccountId);
[Windows.Foundation.Metadata.Overload("CreateContactListInAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ContactList> CreateContactListAsync(string displayName, string userDataAccountId);
function createContactListAsync(displayName, userDataAccountId)
Public Function CreateContactListAsync (displayName As String, userDataAccountId As String) As IAsyncOperation(Of ContactList)
パラメーター
- displayName
-
String
Platform::String
winrt::hstring
新しい ContactList の名前。ユーザー インターフェイスでの表示に適しています。
- userDataAccountId
-
String
Platform::String
winrt::hstring
ContactList の作成時に使用する UserDataAccount の ID。
戻り値
新しく作成された ContactList。
- 属性
Windows の要件
アプリの機能 |
contactsSystem
|