The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestAndCategoryPair Constructor (TestId^, TestListCategoryId^)
Initializes a new instance of the TestAndCategoryPair class by using the provided test ID and category ID.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- testId
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestId^
A TestId that identifies a specific test.
- categoryId
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestListCategoryId^
A TestListCategoryId that identifies a test category.
Show: