Condividi tramite


Costruttore TestCaseManagementDisplayNameAttribute

Inizializza una nuova istanza della classe TestCaseManagementDisplayNameAttribute.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • resourceId
    Tipo: System.String
    Identificatore per la risorsa da restituire.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestCaseManagementDisplayNameAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common