Share via


ITmi.UpdateTests Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Updates those tests in the UI of Visual Studio Test Professional by using the provided collection of tests.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Sub UpdateTests ( _
    tests As ICollection _
)
void UpdateTests(
    ICollection tests
)
void UpdateTests(
    ICollection^ tests
)
abstract UpdateTests : 
        tests:ICollection -> unit 
function UpdateTests(
    tests : ICollection
)

Parameters

.NET Framework Security

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestElement