Compartir a través de


AppointmentStore.CreateAppointmentCalendarAsync Método

Definición

Sobrecargas

CreateAppointmentCalendarAsync(String)

Crea de forma asincrónica un nuevo AppointmentCalendar en el almacén de citas mediante los parámetros especificados.

CreateAppointmentCalendarAsync(String, String)

Crea de forma asincrónica un nuevo AppointmentCalendar en el almacén de citas con el nombre y el identificador de cuenta de datos de usuario especificados.

CreateAppointmentCalendarAsync(String)

Crea de forma asincrónica un nuevo AppointmentCalendar en el almacén de citas mediante los parámetros especificados.

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)

Parámetros

name
String

Platform::String

winrt::hstring

Nombre del nuevo AppointmentCalendar.

Devoluciones

Una operación asincrónica que proporciona acceso al objeto AppointmentCalendar recién creado.

Atributos

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Consulte también

Se aplica a

CreateAppointmentCalendarAsync(String, String)

Crea de forma asincrónica un nuevo AppointmentCalendar en el almacén de citas con el nombre y el identificador de cuenta de datos de usuario especificados.

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)

Parámetros

name
String

Platform::String

winrt::hstring

Nombre del nuevo AppointmentCalendar.

userDataAccountId
String

Platform::String

winrt::hstring

Identificador de la cuenta de datos de usuario usada para crear appointmentCalendar.

Devoluciones

Una operación asincrónica que proporciona acceso al objeto AppointmentCalendar recién creado.

Atributos

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Consulte también

Se aplica a