AppointmentStore.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:
virtual IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ localId) = ShowAppointmentDetailsAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& localId);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAppointmentDetailsAsync(string localId);
function showAppointmentDetailsAsync(localId)
Public Function ShowAppointmentDetailsAsync (localId As String) As IAsyncAction
Paramètres
Retours
Action asynchrone.
- 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 ^ localId, DateTime instanceStartDate) = ShowAppointmentDetailsAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& localId, DateTime const& instanceStartDate);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAppointmentDetailsAsync(string localId, System.DateTimeOffset instanceStartDate);
function showAppointmentDetailsAsync(localId, instanceStartDate)
Public Function ShowAppointmentDetailsAsync (localId 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. Ce paramètre doit être la date de début d’origine du instance.
Retours
Action asynchrone.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|