包含词条类的定义。 这可以用于存储值和它的类型。
继承层次结构
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) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。