Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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) |