AppointmentStore.CreateAppointmentCalendarAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
|