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 type of reference to use when returning UI Automation elements.
Syntax
typedef enum AutomationElementMode {
AutomationElementMode_None,
AutomationElementMode_Full
} ;
Constants
AutomationElementMode_NoneSpecifies that returned elements have no reference to the underlying UI and contain only cached information. |
AutomationElementMode_FullSpecifies that returned elements have a full reference to the underlying UI. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcoreapi.h (include UIAutomation.h, Uiautomationcoreapi.h) |