MismatchType Enumeration
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. |