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.
Creates and deletes the necessary test points to make its set of configurations passed in for each entry.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub SetEntryConfigurations ( _
entries As IEnumerable(Of ITestSuiteEntry), _
configurations As IEnumerable(Of IdAndName) _
)
void SetEntryConfigurations(
IEnumerable<ITestSuiteEntry> entries,
IEnumerable<IdAndName> configurations
)
void SetEntryConfigurations(
IEnumerable<ITestSuiteEntry^>^ entries,
IEnumerable<IdAndName>^ configurations
)
abstract SetEntryConfigurations :
entries:IEnumerable<ITestSuiteEntry> *
configurations:IEnumerable<IdAndName> -> unit
function SetEntryConfigurations(
entries : IEnumerable<ITestSuiteEntry>,
configurations : IEnumerable<IdAndName>
)
Parameters
entries
Type: IEnumerable<ITestSuiteEntry>Set of entries to update.
configurations
Type: IEnumerable<IdAndName>Set of configurations to use for each update. All entries will use the same configurations.
.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.