Partager via


AppointmentCalendar.IsHidden Propriété

Définition

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

S’applique à