Compartilhar via


AppointmentStore.ShowEditNewAppointmentAsync(Appointment) Método

Definição

Mostra o provedor de compromissos Adicionar interface do usuário do compromisso, incluindo a experiência de edição completa, para permitir que o usuário adicione um compromisso.

public:
 virtual IAsyncOperation<Platform::String ^> ^ ShowEditNewAppointmentAsync(Appointment ^ appointment) = ShowEditNewAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
public IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public Function ShowEditNewAppointmentAsync (appointment As Appointment) As IAsyncOperation(Of String)

Parâmetros

appointment
Appointment

O compromisso a ser adicionado.

Retornos

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Quando esse método for concluído, ele retornará um objeto String que representa a RoamingId do compromisso. Se o identificador de compromisso retornado for uma cadeia de caracteres vazia, o compromisso não foi adicionado ao aplicativo do provedor de compromissos.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
appointmentsSystem

Aplica-se a