CalendarViewSelectedDatesChangedEventArgs.RemovedDates 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 une collection qui contient les éléments qui n’ont pas été sélectionnés.
public:
property IVectorView<DateTime> ^ RemovedDates { IVectorView<DateTime> ^ get(); };
IVectorView<DateTime> RemovedDates();
public IReadOnlyList<System.DateTimeOffset> RemovedDates { get; }
var iVectorView = calendarViewSelectedDatesChangedEventArgs.removedDates;
Public ReadOnly Property RemovedDates As IReadOnlyList(Of DateTimeOffset)
Valeur de propriété
Éléments qui n’ont pas été sélectionnés depuis la dernière fois que l’événement SelectedDatesChanged s’est produit.