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.