ITmi.ReleaseTests Method (String)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Deletes the tests in the specified storage location from the UI of Visual Studio Test Professional.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub ReleaseTests ( _
location As String _
)
void ReleaseTests(
string location
)
void ReleaseTests(
String^ location
)
abstract ReleaseTests :
location:string -> unit
function ReleaseTests(
location : String
)
Parameters
location
Type: StringThe path of the storage location.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.