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_Start, TextPatternRangeEndpoint_End } TextPatternRangeEndpointEnum;
Constants
TextPatternRangeEndpoint_Start
The starting endpoint of the range.TextPatternRangeEndpoint_End
The ending endpoint of the range.
Enumerated Type Information
Header uiautomationcore.h Minimum operating systems Windows XP
See Also