Costruttore TestAndCategoryPair (TestId, TestListCategoryId)
Inizializza una nuova istanza di TestAndCategoryPair classe utilizzando l'id fornita di categoria e di ID test
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.TestId
In TestId che identifica un test specifico.
- categoryId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
In 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 ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.