public interface IUIAutomation2 extends IUIAutomation
| Modifier and Type | Method and Description |
|---|---|
int |
autoSetFocus()
Getter method for the COM property "AutoSetFocus"
|
void |
autoSetFocus(int autoSetFocus)
Setter method for the COM property "AutoSetFocus"
|
int |
connectionTimeout()
Getter method for the COM property "ConnectionTimeout"
|
void |
connectionTimeout(int timeout)
Setter method for the COM property "ConnectionTimeout"
|
int |
transactionTimeout()
Getter method for the COM property "TransactionTimeout"
|
void |
transactionTimeout(int timeout)
Setter method for the COM property "TransactionTimeout"
|
addAutomationEventHandler, addFocusChangedEventHandler, addPropertyChangedEventHandler, addPropertyChangedEventHandlerNativeArray, addStructureChangedEventHandler, checkNotSupported, compareElements, compareRuntimeIds, contentViewCondition, contentViewWalker, controlViewCondition, controlViewWalker, createAndCondition, createAndConditionFromNativeArray, createCacheRequest, createFalseCondition, createNotCondition, createOrCondition, createOrConditionFromNativeArray, createPropertyCondition, createPropertyConditionEx, createProxyFactoryEntry, createTreeWalker, createTrueCondition, elementFromHandle, elementFromHandleBuildCache, elementFromIAccessible, elementFromIAccessibleBuildCache, getFocusedElement, getFocusedElementBuildCache, getPatternProgrammaticName, getPropertyProgrammaticName, getRootElement, getRootElementBuildCache, intNativeArrayToSafeArray, proxyFactoryMapping, rawViewCondition, rawViewWalker, removeAllEventHandlers, removeAutomationEventHandler, removeFocusChangedEventHandler, removePropertyChangedEventHandler, removeStructureChangedEventHandler, reservedMixedAttributeValue, reservedNotSupportedValueint autoSetFocus()
Getter method for the COM property "AutoSetFocus"
void autoSetFocus(int autoSetFocus)
Setter method for the COM property "AutoSetFocus"
autoSetFocus - Mandatory int parameter.int connectionTimeout()
Getter method for the COM property "ConnectionTimeout"
void connectionTimeout(int timeout)
Setter method for the COM property "ConnectionTimeout"
timeout - Mandatory int parameter.int transactionTimeout()
Getter method for the COM property "TransactionTimeout"
void transactionTimeout(int timeout)
Setter method for the COM property "TransactionTimeout"
timeout - Mandatory int parameter.Copyright © 2016. All rights reserved.