AppointmentStore.CreateAppointmentCalendarAsync メソッド

定義

オーバーロード

CreateAppointmentCalendarAsync(String)

指定したパラメーターを使用して、予定ストア内に新しい AppointmentCalendar を非同期的に作成します。

CreateAppointmentCalendarAsync(String, String)

指定した名前とユーザー データ アカウント ID を使用して、予定ストア内に新しい AppointmentCalendar を非同期的に作成します。

CreateAppointmentCalendarAsync(String)

指定したパラメーターを使用して、予定ストア内に新しい AppointmentCalendar を非同期的に作成します。

public:
 virtual IAsyncOperation<AppointmentCalendar ^> ^ CreateAppointmentCalendarAsync(Platform::String ^ name) = CreateAppointmentCalendarAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppointmentCalendar> CreateAppointmentCalendarAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppointmentCalendar> CreateAppointmentCalendarAsync(string name);
function createAppointmentCalendarAsync(name)
Public Function CreateAppointmentCalendarAsync (name As String) As IAsyncOperation(Of AppointmentCalendar)

パラメーター

name
String

Platform::String

winrt::hstring

新しい AppointmentCalendar の名前。

戻り値

新しく作成された AppointmentCalendar へのアクセスを提供する非同期操作。

属性

Windows の要件

アプリの機能
appointmentsSystem

こちらもご覧ください

適用対象

CreateAppointmentCalendarAsync(String, String)

指定した名前とユーザー データ アカウント ID を使用して、予定ストア内に新しい AppointmentCalendar を非同期的に作成します。

public:
 virtual IAsyncOperation<AppointmentCalendar ^> ^ CreateAppointmentCalendarAsync(Platform::String ^ name, Platform::String ^ userDataAccountId) = CreateAppointmentCalendarAsync;
/// [Windows.Foundation.Metadata.Overload("CreateAppointmentCalendarInAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppointmentCalendar> CreateAppointmentCalendarAsync(winrt::hstring const& name, winrt::hstring const& userDataAccountId);
[Windows.Foundation.Metadata.Overload("CreateAppointmentCalendarInAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppointmentCalendar> CreateAppointmentCalendarAsync(string name, string userDataAccountId);
function createAppointmentCalendarAsync(name, userDataAccountId)
Public Function CreateAppointmentCalendarAsync (name As String, userDataAccountId As String) As IAsyncOperation(Of AppointmentCalendar)

パラメーター

name
String

Platform::String

winrt::hstring

新しい AppointmentCalendar の名前。

userDataAccountId
String

Platform::String

winrt::hstring

AppointmentCalendar の作成に使用されるユーザー データ アカウントの識別子。

戻り値

新しく作成された AppointmentCalendar へのアクセスを提供する非同期操作。

属性

Windows の要件

アプリの機能
appointmentsSystem

こちらもご覧ください

適用対象