TestCaseManagementDisplayNameAttribute Class

Definition

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.

public ref class TestCaseManagementDisplayNameAttribute sealed : System::ComponentModel::DisplayNameAttribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class TestCaseManagementDisplayNameAttribute : System.ComponentModel.DisplayNameAttribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type TestCaseManagementDisplayNameAttribute = class
    inherit DisplayNameAttribute
Public NotInheritable Class TestCaseManagementDisplayNameAttribute
Inherits DisplayNameAttribute
Inheritance
TestCaseManagementDisplayNameAttribute
Attributes

Constructors

TestCaseManagementDisplayNameAttribute(Type, String)

Initializes a new instance of the TestCaseManagementDisplayNameAttribute class.

Properties

DisplayName

Gets the localized display name for the property to which the attribute is applied by using the current culture.

ResourceId

Gets the ID for the resource item.

ResourceType

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

Applies to