AppointmentCalendar.IsHidden 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 si AppointmentCalendar est masqué dans l’interface utilisateur du calendrier intégré de l’appareil.
public:
property bool IsHidden { bool get(); void set(bool value); };
bool IsHidden();
void IsHidden(bool value);
public bool IsHidden { get; set; }
var boolean = appointmentCalendar.isHidden;
appointmentCalendar.isHidden = boolean;
Public Property IsHidden As Boolean
Valeur de propriété
Boolean
bool
Valeur booléenne indiquant si AppointmentCalendar est masqué dans l’interface utilisateur du calendrier intégré de l’appareil.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|