TestCaseManagementDisplayNameAttribute Constructor

Initializes a new instance of the TestCaseManagementDisplayNameAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    resourceType As Type, _
    resourceId As String _
)
public TestCaseManagementDisplayNameAttribute(
    Type resourceType,
    string resourceId
)
public:
TestCaseManagementDisplayNameAttribute(
    Type^ resourceType, 
    String^ resourceId
)
new : 
        resourceType:Type * 
        resourceId:string -> TestCaseManagementDisplayNameAttribute
public function TestCaseManagementDisplayNameAttribute(
    resourceType : Type, 
    resourceId : String
)

Parameters

  • resourceType
    Type: Type

    A Type for the resource object.

  • resourceId
    Type: String

    The identifier for the resource to return.

.NET Framework Security

See Also

Reference

TestCaseManagementDisplayNameAttribute Class

Microsoft.VisualStudio.TestTools.Common Namespace