Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITmi::UpdateTests Method (ICollection^)

 

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)

void UpdateTests(
	ICollection^ tests
)

Parameters

tests
Type: System.Collections::ICollection^

A collection of TestElement objects.

Return to top
Show: