获取或设置不匹配的类型。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。