ToleranceRectangle 结构

ToleranceRectangle 结构。

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

语法

声明
Public Structure ToleranceRectangle
public struct ToleranceRectangle
public value class ToleranceRectangle
[<Sealed>]
type ToleranceRectangle =  struct end
JScript 支持使用结构,但是不支持新结构的声明。

ToleranceRectangle 类型公开以下成员。

属性

  名称 说明
公共属性 Difference 容错的颜色差异。
公共属性 Rectangle 公差矩形区域。

页首

方法

  名称 说明
公共方法 Equals 比较当前对象和另外一个 ToleranceRectangle 对象。 (重写 ValueType.Equals(Object)。)
公共方法 GetHashCode 重写 object.GetHashCode。 (重写 ValueType.GetHashCode。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 ToString 返回 ToleranceRectangle 的字符串表示形式。 (重写 ValueType.ToString。)

页首

运算符

  名称 说明
公共运算符静态成员 Equality == 运算符的运算符重载。
公共运算符静态成员 Inequality == 运算符的运算符重载。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.TestTools.UITesting 命名空间