Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This enumeration is used by the UITechnologyElement.SetOption method for the UITechnologyElementOption.UISynchronizationOptions option.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration UISynchronizationOptions
[FlagsAttribute]
public enum UISynchronizationOptions
[FlagsAttribute]
public enum class UISynchronizationOptions
[<FlagsAttribute>]
type UISynchronizationOptions
public enum UISynchronizationOptions
Members
| 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. |