SilverlightCalendar.PropertyNames Class

Contains a field for each property of the SilverlightCalendar user interface (UI) testing control, where each field is named for, and returns, the name of the corresponding property.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl.PropertyNames
    Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightControl.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightCalendar.PropertyNames

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public MustInherit Class PropertyNames _
    Inherits SilverlightControl..::..PropertyNames
public abstract class PropertyNames : SilverlightControl..::..PropertyNames
public ref class PropertyNames abstract : public SilverlightControl..::..PropertyNames
[<AbstractClass>]
type PropertyNames =  
    class
        inherit SilverlightControl..::..PropertyNames
    end
public abstract class PropertyNames extends SilverlightControl..::..PropertyNames

The SilverlightCalendar.PropertyNames type exposes the following members.

Constructors

  Name Description
Protected method SilverlightCalendar.PropertyNames Initializes a new instance of the SilverlightCalendar.PropertyNames class.

Top

Methods

  Name Description
Public method Equals (Inherited from UITestControl.PropertyNames.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode (Inherited from UITestControl.PropertyNames.)
Public method GetType (Inherited from UITestControl.PropertyNames.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString (Inherited from UITestControl.PropertyNames.)

Top

Fields

  Name Description
Public fieldStatic member BlackoutDates Returns “BlackoutDates”.
Public fieldStatic member DisplayDate Returns “DisplayDate”.
Public fieldStatic member DisplayDateEnd Returns “DisplayDateEnd”.
Public fieldStatic member DisplayDateStart Returns “DisplayDateStart”.
Public fieldStatic member DisplayMode Returns “DisplayMode”.
Public fieldStatic member FirstDayOfWeek Returns “FirstDayOfWeek”.
Public fieldStatic member SelectedDateRange Returns “SelectedDateRange”.
Public fieldStatic member SelectedDateRangeAsString Returns “SelectedDateRangeAsString”.
Public fieldStatic member SelectedDates Returns “SelectedDates”.
Public fieldStatic member SelectedDatesAsString Returns “SelectedDatesAsString”.
Public fieldStatic member SelectionMode Returns “SelectionMode”.
Public fieldStatic member TodayHighlighted Returns “TodayHighlighted”.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace