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.

ITestSuiteBase::SetDefaultConfigurations Method (IEnumerable<IdAndName>^)

 

Specifies a set of configurations to use with newly added suite entries. When entries are added, test points are created for each of these configurations.

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

void SetDefaultConfigurations(
	IEnumerable<IdAndName>^ configurations
)

Parameters

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

Set of configurations to use for this update.

Return to top
Show: