Partager via


TestCaseManagementDisplayNameAttribute, constructeur

Initialise une nouvelle instance de la classe TestCaseManagementDisplayNameAttribute.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • resourceId
    Type : System.String
    Identificateur de la ressource à retourner.

Sécurité .NET Framework

Voir aussi

Référence

TestCaseManagementDisplayNameAttribute Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms