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)
Syntax
void SetDefaultConfigurations(
IEnumerable<IdAndName> configurations
)
void SetDefaultConfigurations(
IEnumerable<IdAndName>^ configurations
)
abstract SetDefaultConfigurations :
configurations:IEnumerable<IdAndName> -> unit
Sub SetDefaultConfigurations (
configurations As IEnumerable(Of IdAndName)
)
Parameters
configurations
Type: System.Collections.Generic.IEnumerable<IdAndName>Set of configurations to use for this update.
See Also
IEnumerable<T>
ITestSuiteBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top