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.

ITestSuiteEntry::SetConfigurations Method (IEnumerable<IdAndName>^)

 

Sets the list of configurations for this entry.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

void SetConfigurations(
	IEnumerable<IdAndName>^ configurations
)

Parameters

configurations
Type: System.Collections.Generic::IEnumerable<IdAndName>^

A list of IdAndName objects that specify the configurations for this entry.

Creates and deletes test points for this entry to match the set of configurations passed in.

Return to top
Show: