Partager via


AppointmentStore.CreateAppointmentCalendarAsync Méthode

Définition

Surcharges

CreateAppointmentCalendarAsync(String)

Crée de façon asynchrone un appointmentCalendar dans le magasin de rendez-vous à l’aide des paramètres spécifiés.

CreateAppointmentCalendarAsync(String, String)

Crée de façon asynchrone un appointmentCalendar dans le magasin de rendez-vous avec le nom et l’ID de compte de données utilisateur spécifiés.

CreateAppointmentCalendarAsync(String)

Crée de façon asynchrone un appointmentCalendar dans le magasin de rendez-vous à l’aide des paramètres spécifiés.

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)

Paramètres

name
String

Platform::String

winrt::hstring

Nom du nouveau AppointmentCalendar.

Retours

Opération asynchrone qui fournit l’accès au AppointmentCalendar nouvellement créé.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

Voir aussi

S’applique à

CreateAppointmentCalendarAsync(String, String)

Crée de façon asynchrone un appointmentCalendar dans le magasin de rendez-vous avec le nom et l’ID de compte de données utilisateur spécifiés.

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)

Paramètres

name
String

Platform::String

winrt::hstring

Nom du nouveau AppointmentCalendar.

userDataAccountId
String

Platform::String

winrt::hstring

Identificateur du compte de données utilisateur utilisé pour créer le AppointmentCalendar.

Retours

Opération asynchrone qui fournit l’accès au AppointmentCalendar nouvellement créé.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

Voir aussi

S’applique à