Partager via


AppointmentManagerForUser.ShowAppointmentDetailsAsync Méthode

Définition

Surcharges

ShowAppointmentDetailsAsync(String)

Affiche l’interface utilisateur Détails du rendez-vous du fournisseur de rendez-vous pour permettre à l’utilisateur d’afficher le rendez-vous spécifié.

ShowAppointmentDetailsAsync(String, DateTime)

Affiche l’interface utilisateur Détails du rendez-vous du fournisseur de rendez-vous pour permettre à l’utilisateur d’afficher le rendez-vous spécifié.

ShowAppointmentDetailsAsync(String)

Affiche l’interface utilisateur Détails du rendez-vous du fournisseur de rendez-vous pour permettre à l’utilisateur d’afficher le rendez-vous spécifié.

public:
 virtual IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ appointmentId) = ShowAppointmentDetailsAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& appointmentId);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAppointmentDetailsAsync(string appointmentId);
function showAppointmentDetailsAsync(appointmentId)
Public Function ShowAppointmentDetailsAsync (appointmentId As String) As IAsyncAction

Paramètres

appointmentId
String

Platform::String

winrt::hstring

LocalId du rendez-vous à afficher.

Retours

Lorsque cette méthode est retournée, elle ne retourne pas de résultat. À l’achèvement, le gestionnaire AsyncActionCompletedHandler spécifié par get_Completed / Completed est appelé.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

Voir aussi

S’applique à

ShowAppointmentDetailsAsync(String, DateTime)

Affiche l’interface utilisateur Détails du rendez-vous du fournisseur de rendez-vous pour permettre à l’utilisateur d’afficher le rendez-vous spécifié.

public:
 virtual IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ appointmentId, DateTime instanceStartDate) = ShowAppointmentDetailsAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& appointmentId, DateTime const& instanceStartDate);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAppointmentDetailsAsync(string appointmentId, System.DateTimeOffset instanceStartDate);
function showAppointmentDetailsAsync(appointmentId, instanceStartDate)
Public Function ShowAppointmentDetailsAsync (appointmentId As String, instanceStartDate As DateTimeOffset) As IAsyncAction

Paramètres

appointmentId
String

Platform::String

winrt::hstring

LocalId du rendez-vous à afficher.

instanceStartDate
DateTime DateTimeOffset

Un objet DateTime avec l’heure de début du rendez-vous instance à afficher.

Retours

Lorsque cette méthode est retournée, elle ne retourne pas de résultat. À l’achèvement, le gestionnaire AsyncActionCompletedHandler spécifié par get_Completed / Completed est appelé.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

Voir aussi

S’applique à