CalendarView.SelectedDates Proprietà

Definizione

Ottiene una raccolta di date selezionate.

public:
 property IVector<DateTime> ^ SelectedDates { IVector<DateTime> ^ get(); };
IVector<DateTime> SelectedDates();
public IList<System.DateTimeOffset> SelectedDates { get; }
var iVector = calendarView.selectedDates;
Public ReadOnly Property SelectedDates As IList(Of DateTimeOffset)

Valore della proprietà

Raccolta che contiene le date attualmente selezionate. Il valore predefinito è una raccolta vuota.

Si applica a