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
public enum MismatchType
public enum class MismatchType
type MismatchType
Public Enumeration 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. |
See Also
SettingMismatch
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top