The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UISynchronizationOptions Enumeration
This enumeration is used by the UITechnologyElement::SetOption method for the UITechnologyElementOption::UISynchronizationOptions option.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Member name | Description | |
|---|---|---|
| DisableKeyboardSynchronization | Disable keyboard synchronization in the UI test environment. | |
| DisableMouseSynchronization | Disable mouse synchronization in the UI test environment. | |
| None | Use the default. |
Show: