Share via


ITestSuiteBase.SetDefaultConfigurations Method

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)

Syntax

'Declaration
Sub SetDefaultConfigurations ( _
    configurations As IEnumerable(Of IdAndName) _
)
void SetDefaultConfigurations(
    IEnumerable<IdAndName> configurations
)
void SetDefaultConfigurations(
    IEnumerable<IdAndName>^ configurations
)
abstract SetDefaultConfigurations : 
        configurations:IEnumerable<IdAndName> -> unit 
function SetDefaultConfigurations(
    configurations : IEnumerable<IdAndName>
)

Parameters

.NET Framework Security

See Also

Reference

ITestSuiteBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IEnumerable<T>