MismatchType 列舉型別
表示 SettingMismatch 物件的不符類型。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Common
組件: Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
語法
'宣告
Public Enumeration MismatchType
public enum MismatchType
public enum class MismatchType
type MismatchType
public enum MismatchType
成員
成員名稱 | 說明 | |
---|---|---|
DifferentFromSource | 目標設定不同於來源設定。 | |
SourceOnly | 該設定只存在於來源設定中。 | |
TargetOnly | 該設定只存在於目標設定中。 |