ITmi.UpdateTests(ICollection) 方法

定义

使用提供的测试集合在 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 对象的集合。

适用于