Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RangeValuePatternIdentifiers Class

 

Contains values used as identifiers for IRangeValueProvider.

Namespace:   System.Windows.Automation
Assembly:  UIAutomationTypes (in UIAutomationTypes.dll)

System.Object
  System.Windows.Automation.RangeValuePatternIdentifiers

Public NotInheritable Class RangeValuePatternIdentifiers

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticIsReadOnlyProperty

Identifies the IsReadOnly property.

System_CAPS_pubfieldSystem_CAPS_staticLargeChangeProperty

Identifies the LargeChange property.

System_CAPS_pubfieldSystem_CAPS_staticMaximumProperty

Identifies the Maximum property.

System_CAPS_pubfieldSystem_CAPS_staticMinimumProperty

Identifies the Minimum property.

System_CAPS_pubfieldSystem_CAPS_staticPattern

Identifies this pattern as a RangeValuePattern.

System_CAPS_pubfieldSystem_CAPS_staticSmallChangeProperty

Identifies the SmallChange property.

System_CAPS_pubfieldSystem_CAPS_staticValueProperty

Identifies the Value property.

These values are used by UI Automation providers. UI Automation client applications should use the equivalent fields in TransformPattern.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0

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

Return to top
Show:
© 2017 Microsoft