Share via


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

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