TestAndCategoryPair.ToTestListCategoryId(TestAndCategoryPair) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- pair
- TestAndCategoryPair
返回
测试列表类别 ID 对象。