Construtor TestAndCategoryPair (TestId, TestListCategoryId)
Inicializa uma nova instância da TestAndCategoryPair classe usando fornecida testar a identificação e a categoria ID.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Sub New ( _
testId As TestId, _
categoryId As TestListCategoryId _
)
public TestAndCategoryPair(
TestId testId,
TestListCategoryId categoryId
)
public:
TestAndCategoryPair(
TestId^ testId,
TestListCategoryId^ categoryId
)
new :
testId:TestId *
categoryId:TestListCategoryId -> TestAndCategoryPair
public function TestAndCategoryPair(
testId : TestId,
categoryId : TestListCategoryId
)
Parâmetros
- testId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
A TestId que identifica um Test de específico.
- categoryId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
A TestListCategoryId que identifica uma categoria de teste.
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.
Consulte também
Referência
Sobrecargas TestAndCategoryPair