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)
Syntax
void SetConfigurations(
IEnumerable<IdAndName> configurations
)
void SetConfigurations(
IEnumerable<IdAndName>^ configurations
)
abstract SetConfigurations :
configurations:IEnumerable<IdAndName> -> unit
Sub SetConfigurations (
configurations As IEnumerable(Of IdAndName)
)
Parameters
configurations
Type: System.Collections.Generic.IEnumerable<IdAndName>A list of IdAndName objects that specify the configurations for this entry.
Remarks
Creates and deletes test points for this entry to match the set of configurations passed in.
See Also
IdAndName
ITestSuiteEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top