Costruttore TestAndCategoryPair (TestId, TestListCategoryId)
Inizializza una nuova istanza della classe TestAndCategoryPair utilizzando l'ID test e l'ID categoria specificati.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
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
)
Parametri
testId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestIdOggetto TestId che identifica un test specifico.
categoryId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryIdOggetto TestListCategoryId che identifica una categoria di test.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.