TestCaseManagementDisplayNameAttribute Class
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
Public NotInheritable Class TestCaseManagementDisplayNameAttribute _
Inherits DisplayNameAttribute
'Usage
Dim instance As TestCaseManagementDisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public sealed class TestCaseManagementDisplayNameAttribute : DisplayNameAttribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)]
public ref class TestCaseManagementDisplayNameAttribute sealed : public DisplayNameAttribute
public final class TestCaseManagementDisplayNameAttribute extends DisplayNameAttribute
Inheritance Hierarchy
System.Object
System.Attribute
System.ComponentModel.DisplayNameAttribute
Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.