다음을 통해 공유


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

추가 정보

적용 대상