Entry 类

包含词条类的定义。这可以用于存储值和它的类型。

继承层次结构

System.Object
  Microsoft.VisualStudio.TestTools.UITest.Extension.Entry

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

语法

声明
<SerializableAttribute> _
Public Class Entry
[SerializableAttribute]
public class Entry
[SerializableAttribute]
public ref class Entry
[<SerializableAttribute>]
type Entry =  class end
public class Entry

Entry 类型公开以下成员。

构造函数

  名称 说明
公共方法 Entry() 项选件类的构造函数。
公共方法 Entry(String) 项选件类的构造函数。
公共方法 Entry(String, Boolean) 项选件类的构造函数。
公共方法 Entry(Type, String) 项选件类的构造函数。

页首

属性

  名称 说明
公共属性 EntryType 在与枚举对应的字符串将采用情况下,类型应为ValueString或ActionLogFormats/ActionNames枚举的预期类型。
公共属性 TypeName
公共属性 ValueString

页首

方法

  名称 说明
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString (重写 Object.ToString()。)

页首

线程安全

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

请参见

参考

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