Information
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::ToTestListCategoryId Method (TestAndCategoryPair^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a TestListCategoryId object by using the provided TestAndCategoryPair object.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
static TestListCategoryId^ ToTestListCategoryId(
	TestAndCategoryPair^ pair
)

Return Value

Type: Microsoft.VisualStudio.TestTools.Common::TestListCategoryId^

A test list category ID object.

Return to top
Show: