This documentation is archived and is not being maintained.
RangeValuePattern::RangeValuePatternInformation Structure
Visual Studio 2010
Provides access to the property values of a RangeValuePattern object using its Current or Cached accessors.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
The RangeValuePattern::RangeValuePatternInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsReadOnly | Gets a value that specifies whether the value of a UI Automation element is read-only. |
![]() | LargeChange | Gets the control-specific large-change value which is added to or subtracted from the Value property. |
![]() | Maximum | Gets the maximum range value supported by the UI Automation element. |
![]() | Minimum | Gets the minimum range value supported by the UI Automation element. |
![]() | SmallChange | Gets the small-change value, unique to the UI Automation element, which is added to or subtracted from the elements Value property. |
![]() | Value | Gets the current value of the UI Automation element. |
| Name | Description | |
|---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | 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 | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
