TestCaseManagementDisplayNameAttribute(Type, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- resourceId
- String
The identifier for the resource to return.