Freigeben über


TestCaseManagementDisplayNameAttribute-Konstruktor

Initialisiert eine neue Instanz der TestCaseManagementDisplayNameAttribute-Klasse.

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
)

Parameter

  • resourceId
    Typ: System.String
    Der Bezeichner für die Ressource, die zurückgegeben werden soll.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestCaseManagementDisplayNameAttribute Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace