TestCaseManagementDisplayNameAttribute 类
表示一个可应用于测试元素属性的特性,Visual Studio 专业测试工具版 用户界面可通过该特性来本地化属性名称。此类不能被继承。
继承层次结构
System.Object
System.Attribute
System.ComponentModel.DisplayNameAttribute
Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
Public NotInheritable Class TestCaseManagementDisplayNameAttribute _
Inherits DisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public sealed class TestCaseManagementDisplayNameAttribute : DisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)]
public ref class TestCaseManagementDisplayNameAttribute sealed : public DisplayNameAttribute
[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)>]
type TestCaseManagementDisplayNameAttribute =
class
inherit DisplayNameAttribute
end
public final class TestCaseManagementDisplayNameAttribute extends DisplayNameAttribute
TestCaseManagementDisplayNameAttribute 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
TestCaseManagementDisplayNameAttribute | 初始化 TestCaseManagementDisplayNameAttribute 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
DisplayName | 获取应用于使用当前区域性的特性的属性本地化显示名称。 (重写 DisplayNameAttribute.DisplayName。) | |
DisplayNameValue | 获取或设置显示名称。 (继承自 DisplayNameAttribute。) | |
ResourceId | 获取资源项的 ID。 | |
ResourceType | 获取包含本地化文本的资源对象的 Type。 | |
TypeId | 当在派生类中实现时,获取该 Attribute 的唯一标识符。 (继承自 Attribute。) |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定两个 DisplayNameAttribute 实例是否相等。 (继承自 DisplayNameAttribute。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetHashCode | 返回此实例的哈希代码。 (继承自 DisplayNameAttribute。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
IsDefaultAttribute | 确定此特性是否为默认特性。 (继承自 DisplayNameAttribute。) | |
Match | 当在派生类中重写时,返回一个指示此实例是否等于指定对象的值。 (继承自 Attribute。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
_Attribute.GetIDsOfNames | 将一组名称映射为对应的一组调度标识符。 (继承自 Attribute。) | |
_Attribute.GetTypeInfo | 检索对象的类型信息,然后可以使用该信息获取接口的类型信息。 (继承自 Attribute。) | |
_Attribute.GetTypeInfoCount | 检索对象提供的类型信息接口的数量(0 或 1)。 (继承自 Attribute。) | |
_Attribute.Invoke | 提供对某一对象公开的属性和方法的访问。 (继承自 Attribute。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。