TextPatternRangeEndpoint enumeration (uiautomationcore.h)
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
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |