Compartir a través de


WpfCalendar.SelectedDateRange (Propiedad)

Obtiene el intervalo de fechas seleccionadas en este control de calendario.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
Public Overridable WriteOnly Property SelectedDateRange As SelectionRange
public virtual SelectionRange SelectedDateRange { set; }
public:
virtual property SelectionRange^ SelectedDateRange {
    void set (SelectionRange^ value);
}
abstract SelectedDateRange : SelectionRange with set
override SelectedDateRange : SelectionRange with set
function set SelectedDateRange (value : SelectionRange)

Valor de propiedad

Tipo: System.Windows.Forms.SelectionRange
Intervalo de fechas seleccionadas en este control de calendario.

Seguridad de .NET Framework

Vea también

Referencia

WpfCalendar Clase

Microsoft.VisualStudio.TestTools.UITesting.WpfControls (Espacio de nombres)

SelectionRange