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
- resourceType
Tipo: System.Type
A Type para o objeto de recurso.
- resourceId
Tipo: System.String
O identificador do recurso retornar.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.