Share via


TestCaseManagementDisplayNameAttribute(Type, String) Constructor

Definition

Initializes a new instance of the TestCaseManagementDisplayNameAttribute class.

public:
 TestCaseManagementDisplayNameAttribute(Type ^ resourceType, System::String ^ resourceId);
public TestCaseManagementDisplayNameAttribute (Type resourceType, string resourceId);
new Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute : Type * string -> Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute
Public Sub New (resourceType As Type, resourceId As String)

Parameters

resourceType
Type

A Type for the resource object.

resourceId
String

The identifier for the resource to return.

Applies to