SettingMismatch.MismatchType 属性

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

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

语法

声明
Public Property MismatchType As MismatchType
    Get
    Set
public MismatchType MismatchType { get; set; }
public:
property MismatchType MismatchType {
    MismatchType get ();
    void set (MismatchType value);
}
member MismatchType : MismatchType with get, set
function get MismatchType () : MismatchType
function set MismatchType (value : MismatchType)

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Common.MismatchType
不匹配类型。

.NET Framework 安全性

请参见

参考

SettingMismatch 类

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

MismatchType