Partager via


AppointmentStore.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 ^ 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

localId
String

Platform::String

winrt::hstring

LocalId du rendez-vous à afficher.

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

localId
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. 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

Voir aussi

S’applique à