Share via


ITmi.UpdateTests(ICollection) Method

Definition

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

public:
 void UpdateTests(System::Collections::ICollection ^ tests);
public void UpdateTests (System.Collections.ICollection tests);
abstract member UpdateTests : System.Collections.ICollection -> unit
Public Sub UpdateTests (tests As ICollection)

Parameters

tests
ICollection

A collection of TestElement objects.

Applies to