TestAndCategoryPair.ToTestListCategoryId(TestAndCategoryPair) Method

Definition

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

Returns

A test list category ID object.

Applies to