TestAndCategoryPair.ToTestListCategoryId(TestAndCategoryPair) 方法

定义

TestListCategoryId使用提供的对象返回一个对象 TestAndCategoryPair

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

参数

返回

TestListCategoryId

测试列表类别 ID 对象。

适用于