TestCaseManagementDisplayNameAttribute Class
Represents an attribute that can be applied to test element properties that enables the Visual Studio Test Professional user interface to localize property names. This class cannot be inherited.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
System::Attribute
System.ComponentModel::DisplayNameAttribute
Microsoft.VisualStudio.TestTools.Common::TestCaseManagementDisplayNameAttribute
| Name | Description | |
|---|---|---|
![]() | TestCaseManagementDisplayNameAttribute(Type^, String^) | Initializes a new instance of the TestCaseManagementDisplayNameAttribute class. |
| Name | Description | |
|---|---|---|
![]() | DisplayName | Gets the localized display name for the property to which the attribute is applied by using the current culture.(Overrides DisplayNameAttribute::DisplayName.) |
![]() | ResourceId | Gets the ID for the resource item. |
![]() | ResourceType | Gets the Type for the resource object that contains the localized text. |
![]() | TypeId | (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from DisplayNameAttribute.) |
![]() | GetHashCode() | (Inherited from DisplayNameAttribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from DisplayNameAttribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute::GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



