AppointmentManager.ShowAppointmentDetailsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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:
static IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ appointmentId);
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& appointmentId);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAppointmentDetailsAsync(string appointmentId);
function showAppointmentDetailsAsync(appointmentId)
Public Shared Function ShowAppointmentDetailsAsync (appointmentId As String) As IAsyncAction
Paramètres
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:
static IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ appointmentId, DateTime instanceStartDate);
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& appointmentId, DateTime const& instanceStartDate);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAppointmentDetailsAsync(string appointmentId, System.DateTimeOffset instanceStartDate);
function showAppointmentDetailsAsync(appointmentId, instanceStartDate)
Public Shared Function ShowAppointmentDetailsAsync (appointmentId As String, instanceStartDate As DateTimeOffset) As IAsyncAction
Paramètres
- 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
|