Condividi tramite


Costruttore TestCaseManagementDisplayNameAttribute

Inizializza una nuova istanza di TestCaseManagementDisplayNameAttribute classe.

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
    L'identificatore della risorsa restituiscano.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestCaseManagementDisplayNameAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common