ITmi.UpdateTests(ICollection) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用提供的测试集合在 Visual Studio Test Professional 的 UI 中更新这些测试。
public:
void UpdateTests(System::Collections::ICollection ^ tests);
public void UpdateTests (System.Collections.ICollection tests);
abstract member UpdateTests : System.Collections.ICollection -> unit
Public Sub UpdateTests (tests As ICollection)
参数
- tests
- ICollection
TestElement 对象的集合。