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: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.