Construtor TestAndCategoryPair (TestId, TestListCategoryId, Boolean, Boolean)
Inicializa uma nova instância de TestAndCategoryPair classe usando as IDs de categoria e de teste fornecidas e o indicador para um link quebrado.
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, _
isBrokenLink As Boolean, _
isEnabled As Boolean _
)
public TestAndCategoryPair(
TestId testId,
TestListCategoryId categoryId,
bool isBrokenLink,
bool isEnabled
)
public:
TestAndCategoryPair(
TestId^ testId,
TestListCategoryId^ categoryId,
bool isBrokenLink,
bool isEnabled
)
new :
testId:TestId *
categoryId:TestListCategoryId *
isBrokenLink:bool *
isEnabled:bool -> TestAndCategoryPair
public function TestAndCategoryPair(
testId : TestId,
categoryId : TestListCategoryId,
isBrokenLink : boolean,
isEnabled : boolean
)
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.
- isBrokenLink
Tipo: System.Boolean
true Se o link entre o teste e a categoria está quebrado.
- isEnabled
Tipo: System.Boolean
true Se o vínculo entre o teste e a categoria está habilitado.
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