HtmlSlider.PropertyNames Class
Contains property names of HtmlSlider
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl.PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlControl.PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlSlider.PropertyNames
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public MustInherit Class PropertyNames _
Inherits HtmlControl.PropertyNames
[CLSCompliantAttribute(true)]
public abstract class PropertyNames : HtmlControl.PropertyNames
[CLSCompliantAttribute(true)]
public ref class PropertyNames abstract : public HtmlControl::PropertyNames
[<AbstractClass>]
[<CLSCompliantAttribute(true)>]
type PropertyNames =
class
inherit HtmlControl.PropertyNames
end
public abstract class PropertyNames extends HtmlControl.PropertyNames
The HtmlSlider.PropertyNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HtmlSlider.PropertyNames |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the provided object is equal to the current instance. (Inherited from UITestControl.PropertyNames.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from UITestControl.PropertyNames.) | |
GetType | Returns the Type of the control. (Inherited from UITestControl.PropertyNames.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string representation of this instance. (Inherited from UITestControl.PropertyNames.) |
Top
Fields
Name | Description | |
---|---|---|
Disabled | Gets if the slider is disabled. Data-Type: System.Bool | |
Max | Gets the maximum position enabled on the slider. Data-Type: System.String | |
Min | Gets the minimum position enabled on the slider. Data-Type: System.String | |
Required | Gets if the control is required. Data-Type: System.Bool | |
Step | Gets the current enabled step size on the slider. Data-Type: System.String | |
ValueAsNumber | Gets the current position of the slider as float. Data-Type: System.Single |
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.HtmlControls Namespace