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 Constructor (Type^, String^)

 

Initializes a new instance of the TestCaseManagementDisplayNameAttribute class.

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

public:
TestCaseManagementDisplayNameAttribute(
	Type^ resourceType,
	String^ resourceId
)

Parameters

resourceType
Type: System::Type^

A Type for the resource object.

resourceId
Type: System::String^

The identifier for the resource to return.

Return to top
Show: