SettingMismatch.MismatchType 属性

 

获取或设置不匹配的类型。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

public MismatchType MismatchType { get; set; }
public:
property MismatchType MismatchType {
    MismatchType get();
    void set(MismatchType value);
}
member MismatchType : MismatchType with get, set
Public Property MismatchType As MismatchType

属性值

Type: Microsoft.VisualStudio.TestTools.UITest.Common.MismatchType

不匹配类型。

请参阅

MismatchType
SettingMismatch 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首