AppointmentStore.CreateAppointmentCalendarAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CreateAppointmentCalendarAsync(String) |
使用指定的參數,以非同步方式在約會存放區中建立新的 AppointmentCalendar 。 |
CreateAppointmentCalendarAsync(String, String) |
以非同步方式在約會存放區中建立具有指定名稱和使用者帳戶識別碼的新 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)
以非同步方式在約會存放區中建立具有指定名稱和使用者帳戶識別碼的新 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
|