Partilhar via


Construtor TestCaseManagementDisplayNameAttribute

Inicializa uma nova instância da classe TestCaseManagementDisplayNameAttribute.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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
    O identificador do recurso retornar.

Segurança do .NET Framework

Consulte também

Referência

TestCaseManagementDisplayNameAttribute Classe

Namespace Microsoft.VisualStudio.TestTools.Common