Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  System::Attribute
    System.ComponentModel::DisplayNameAttribute
      Microsoft.VisualStudio.TestTools.Common::TestCaseManagementDisplayNameAttribute

[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)]
public ref class TestCaseManagementDisplayNameAttribute sealed : DisplayNameAttribute

NameDescription
System_CAPS_pubmethodTestCaseManagementDisplayNameAttribute(Type^, String^)

Initializes a new instance of the TestCaseManagementDisplayNameAttribute class.

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the localized display name for the property to which the attribute is applied by using the current culture.(Overrides DisplayNameAttribute::DisplayName.)

System_CAPS_pubpropertyResourceId

Gets the ID for the resource item.

System_CAPS_pubpropertyResourceType

Gets the Type for the resource object that contains the localized text.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from DisplayNameAttribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from DisplayNameAttribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from DisplayNameAttribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: