AppointmentCalendar.GetAppointmentInstanceAsync(String, DateTime) 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.
Récupère de façon asynchrone le instance de rendez-vous du master rendez-vous spécifié qui a l’heure de début spécifiée.
public:
virtual IAsyncOperation<Appointment ^> ^ GetAppointmentInstanceAsync(Platform::String ^ localId, DateTime instanceStartTime) = GetAppointmentInstanceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Appointment> GetAppointmentInstanceAsync(winrt::hstring const& localId, DateTime const& instanceStartTime);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Appointment> GetAppointmentInstanceAsync(string localId, System.DateTimeOffset instanceStartTime);
function getAppointmentInstanceAsync(localId, instanceStartTime)
Public Function GetAppointmentInstanceAsync (localId As String, instanceStartTime As DateTimeOffset) As IAsyncOperation(Of Appointment)
Paramètres
- localId
-
String
Platform::String
winrt::hstring
ID du master rendez-vous auquel appartient le instance de rendez-vous récupéré.
- instanceStartTime
- DateTime DateTimeOffset
Heure de début du rendez-vous instance être récupérée.
Retours
Opération asynchrone qui retourne Appointment en cas de réussite de l’exécution.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|
Remarques
Le paramètre instanceStartTime doit être la date de début d’origine du instance.