SilverlightCalendar.SelectedDates Property
Gets or sets the selected dates on the calendar.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overridable Property SelectedDates As DateTime()
Get
Set
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[]
A DateTime that contains the selected dates on the calendar.
.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.SilverlightControls Namespace