ITmi.ReleaseTests Method
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Deletes the specified tests from the UI of Visual Studio Test Professional.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ReleaseTests(ICollection) | Deletes the tests that are specified by the provided collection of IDs from the UI of Visual Studio Test Professional. | |
ReleaseTests(String) | Deletes the tests in the specified storage location from the UI of Visual Studio Test Professional. |
Top