Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
SourceOnly | The setting exists only in the source settings. | |
TargetOnly | The setting exists only in the target settings. | |
DifferentFromSource | The target setting is different from the source. |