Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Sub SetDefaultConfigurations ( _
configurations As IEnumerable(Of IdAndName) _
)
void SetDefaultConfigurations(
IEnumerable<IdAndName> configurations
)
void SetDefaultConfigurations(
IEnumerable<IdAndName>^ configurations
)
abstract SetDefaultConfigurations :
configurations:IEnumerable<IdAndName> -> unit
function SetDefaultConfigurations(
configurations : IEnumerable<IdAndName>
)
Parameters
configurations
Type: IEnumerable<IdAndName>Set of configurations to use for this update.
.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.