ITmi.ReleaseTests 方法

定义

重载

ReleaseTests(ICollection)

从 Visual Studio Test Professional 的 UI 中删除提供的 Id 集合指定的测试。

ReleaseTests(String)

从 Visual Studio Test Professional 的 UI 删除指定存储位置中的测试。

ReleaseTests(ICollection)

从 Visual Studio Test Professional 的 UI 中删除提供的 Id 集合指定的测试。

public:
 void ReleaseTests(System::Collections::ICollection ^ tests);
public void ReleaseTests (System.Collections.ICollection tests);
abstract member ReleaseTests : System.Collections.ICollection -> unit
Public Sub ReleaseTests (tests As ICollection)

参数

tests
ICollection

Microsoft.VisualStudio.TestTools.Common.TestID 对象的集合。

适用于

ReleaseTests(String)

从 Visual Studio Test Professional 的 UI 删除指定存储位置中的测试。

public:
 void ReleaseTests(System::String ^ location);
public void ReleaseTests (string location);
abstract member ReleaseTests : string -> unit
Public Sub ReleaseTests (location As String)

参数

location
String

存储位置的路径。

适用于