ITmi.ReleaseTests 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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
存储位置的路径。