Share via


ITestSuiteEntry.SetConfigurations Method

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

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

Parameters

  • configurations
    Type: 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.

.NET Framework Security

See Also

Reference

ITestSuiteEntry Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IdAndName