RangeValuePatternIdentifiers
RangeValuePatternIdentifiers
RangeValuePatternIdentifiers
RangeValuePatternIdentifiers
Class
Definition
Contains values used as identifiers by IRangeValueProvider.
public : sealed class RangeValuePatternIdentifiers : IRangeValuePatternIdentifierspublic sealed class RangeValuePatternIdentifiers : IRangeValuePatternIdentifiersPublic NotInheritable Class RangeValuePatternIdentifiers Implements IRangeValuePatternIdentifiers// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Classes such as RangeValuePatternIdentifiers are the identifiers for the Windows Runtime implementation of a common provider pattern for Microsoft UI Automation. You might use these identifiers if you are implementing a Windows Runtime custom automation peer that reports support for IRangeValueProvider in its GetPattern implementation. These identifiers are needed for the RaisePropertyChangedEvent calls that you make from control code that references your own peer, or for FindItemByProperty in an items container peer.
This same pattern is usually exposed to clients in a different way, depending on which technology they use to implement the client and examine the Microsoft UI Automation tree. IRangeValueProvider is also presented as a Component Object Model (COM) interface.
Properties
IsReadOnlyProperty IsReadOnlyProperty IsReadOnlyProperty IsReadOnlyProperty
Identifies the IsReadOnly automation property.
public : static AutomationProperty IsReadOnlyProperty { get; }public static AutomationProperty IsReadOnlyProperty { get; }Public Static ReadOnly Property IsReadOnlyProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
LargeChangeProperty LargeChangeProperty LargeChangeProperty LargeChangeProperty
Identifies the LargeChange automation property.
public : static AutomationProperty LargeChangeProperty { get; }public static AutomationProperty LargeChangeProperty { get; }Public Static ReadOnly Property LargeChangeProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
MaximumProperty MaximumProperty MaximumProperty MaximumProperty
Identifies the Maximum automation property.
public : static AutomationProperty MaximumProperty { get; }public static AutomationProperty MaximumProperty { get; }Public Static ReadOnly Property MaximumProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
MinimumProperty MinimumProperty MinimumProperty MinimumProperty
Identifies the Minimum automation property.
public : static AutomationProperty MinimumProperty { get; }public static AutomationProperty MinimumProperty { get; }Public Static ReadOnly Property MinimumProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
SmallChangeProperty SmallChangeProperty SmallChangeProperty SmallChangeProperty
Identifies the SmallChange automation property.
public : static AutomationProperty SmallChangeProperty { get; }public static AutomationProperty SmallChangeProperty { get; }Public Static ReadOnly Property SmallChangeProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
ValueProperty ValueProperty ValueProperty ValueProperty
Identifies the Value automation property.
public : static AutomationProperty ValueProperty { get; }public static AutomationProperty ValueProperty { get; }Public Static ReadOnly Property ValueProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.