TestAndCategoryPair.ToTestId(TestAndCategoryPair) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
TestId使用提供的对象返回一个对象 TestAndCategoryPair 。
public:
static Microsoft::VisualStudio::TestTools::Common::TestId ^ ToTestId(Microsoft::VisualStudio::TestTools::Common::TestAndCategoryPair ^ pair);
public static Microsoft.VisualStudio.TestTools.Common.TestId ToTestId (Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair pair);
static member ToTestId : Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair -> Microsoft.VisualStudio.TestTools.Common.TestId
Public Shared Function ToTestId (pair As TestAndCategoryPair) As TestId
参数
- pair
- TestAndCategoryPair
返回
测试 ID 对象。