AppointmentStore.CreateAppointmentCalendarAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateAppointmentCalendarAsync(String) |
Erstellt asynchron einen neuen AppointmentCalendar im Terminspeicher unter Verwendung der angegebenen Parameter. |
CreateAppointmentCalendarAsync(String, String) |
Erstellt asynchron einen neuen AppointmentCalendar im Terminspeicher mit dem angegebenen Namen und der angegebenen Benutzerkonto-ID. |
CreateAppointmentCalendarAsync(String)
Erstellt asynchron einen neuen AppointmentCalendar im Terminspeicher unter Verwendung der angegebenen Parameter.
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)
Parameter
- name
-
String
Platform::String
winrt::hstring
Der Name für den neuen AppointmentCalendar.
Gibt zurück
Ein asynchroner Vorgang, der Zugriff auf den neu erstellten AppointmentCalendar ermöglicht.
- Attribute
Windows-Anforderungen
App-Funktionen |
appointmentsSystem
|
Weitere Informationen
Gilt für:
CreateAppointmentCalendarAsync(String, String)
Erstellt asynchron einen neuen AppointmentCalendar im Terminspeicher mit dem angegebenen Namen und der angegebenen Benutzerkonto-ID.
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)
Parameter
- name
-
String
Platform::String
winrt::hstring
Der Name für den neuen AppointmentCalendar.
- userDataAccountId
-
String
Platform::String
winrt::hstring
Der Bezeichner für das Benutzerkonto, das zum Erstellen des AppointmentCalendar verwendet wird.
Gibt zurück
Ein asynchroner Vorgang, der Zugriff auf den neu erstellten AppointmentCalendar ermöglicht.
- Attribute
Windows-Anforderungen
App-Funktionen |
appointmentsSystem
|