Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that specify the endpoints of a text range.
Syntax
typedef enum TextPatternRangeEndpoint {
TextPatternRangeEndpoint_Start = 0,
TextPatternRangeEndpoint_End = 1
} ;
Constants
TextPatternRangeEndpoint_StartValue: 0 The starting endpoint of the range. |
TextPatternRangeEndpoint_EndValue: 1 The ending endpoint of the range. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |