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.
Indicates the type of mismatch for a SettingMismatch object.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Enumeration MismatchType
public enum MismatchType
public enum class MismatchType
type MismatchType
public enum MismatchType
Members
| Member name | Description | |
|---|---|---|
| DifferentFromSource | The target setting is different from the source. | |
| SourceOnly | The setting exists only in the source settings. | |
| TargetOnly | The setting exists only in the target settings. |