AppointmentsProviderShowAppointmentDetailsActivatedEventArgs.LocalId Propriété
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.
Obtient l’identificateur local du rendez-vous pour lequel l’application doit afficher les détails.
public:
property Platform::String ^ LocalId { Platform::String ^ get(); };
winrt::hstring LocalId();
public string LocalId { get; }
var string = appointmentsProviderShowAppointmentDetailsActivatedEventArgs.localId;
Public ReadOnly Property LocalId As String
Valeur de propriété
Identificateur local du rendez-vous pour lequel l’application doit afficher les détails.