TestAndCategoryPair.ToTestListCategoryId(TestAndCategoryPair) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a TestListCategoryId object by using the provided TestAndCategoryPair object.
public:
static Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^ ToTestListCategoryId(Microsoft::VisualStudio::TestTools::Common::TestAndCategoryPair ^ pair);
public static Microsoft.VisualStudio.TestTools.Common.TestListCategoryId ToTestListCategoryId (Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair pair);
static member ToTestListCategoryId : Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair -> Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Public Shared Function ToTestListCategoryId (pair As TestAndCategoryPair) As TestListCategoryId
Parameters
- pair
- TestAndCategoryPair
A TestAndCategoryPair object.
Returns
A test list category ID object.