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