Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of the selected dates in this calendar control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable Property SelectedDates As DateTime()
public virtual DateTime[] SelectedDates { get; set; }
public:
virtual property array<DateTime>^ SelectedDates {
array<DateTime>^ get ();
void set (array<DateTime>^ value);
}
abstract SelectedDates : DateTime[] with get, set
override SelectedDates : DateTime[] with get, set
function get SelectedDates () : DateTime[]
function set SelectedDates (value : DateTime[])
Property Value
Type: array<System.DateTime[]
An array of the selected dates in this calendar control.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace