UITestPropertyDescriptor 类

包含属性相关信息的类。

继承层次结构

Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor

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

语法

声明
<CLSCompliantAttribute(True)> _
Public Class UITestPropertyDescriptor
[CLSCompliantAttribute(true)]
public class UITestPropertyDescriptor
[CLSCompliantAttribute(true)]
public ref class UITestPropertyDescriptor
[<CLSCompliantAttribute(true)>]
type UITestPropertyDescriptor =  class end
public class UITestPropertyDescriptor

UITestPropertyDescriptor 类型公开以下成员。

构造函数

  名称 说明
公共方法 UITestPropertyDescriptor(Type) 使用默认读取权限初始化 UITestPropertyDescriptor 类的新实例。
公共方法 UITestPropertyDescriptor(Type, UITestPropertyAttributes) 不使用任何类别初始化 UITestPropertyDescriptor 类的新实例。
公共方法 UITestPropertyDescriptor(Type, String) 使用默认读取权限初始化 UITestPropertyDescriptor 类的新实例。
公共方法 UITestPropertyDescriptor(Type, UITestPropertyAttributes, String) 使用指定的权限和类别初始化 UITestPropertyDescriptor 类的新实例。

页首

属性

  名称 说明
公共属性 Attributes 获取属性的权限。
公共属性 Category 获取该属性所属的类别。
公共属性 DataType 获取属性值的数据类型。

页首

方法

  名称 说明
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString 此实例的字符串表示形式。 (重写 Object.ToString。)

页首

线程安全

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

请参阅

参考

Microsoft.VisualStudio.TestTools.UITesting 命名空间