TestCaseManagementDisplayNameAttribute (Constructor)

Inicializa una nueva instancia de la clase TestCaseManagementDisplayNameAttribute.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • resourceId
    Tipo: System.String
    El identificador del recurso que se va a devolver.

Seguridad de .NET Framework

Vea también

Referencia

TestCaseManagementDisplayNameAttribute Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)