Udostępnij za pośrednictwem


Właściwość ITestSuiteEntry.Configurations —

Pobiera listę tylko do odczytu konfiguracji, które będą badane tego wpisu.

Przestrzeń nazw:  Microsoft.TeamFoundation.TestManagement.Client
Zestaw:  Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)

Składnia

'Deklaracja
ReadOnly Property Configurations As IList(Of IdAndName)
IList<IdAndName> Configurations { get; }
property IList<IdAndName>^ Configurations {
    IList<IdAndName>^ get ();
}
abstract Configurations : IList<IdAndName> with get
function get Configurations () : IList<IdAndName>

Wartość właściwości

Typ: System.Collections.Generic.IList<IdAndName>
Tylko do odczytu listy konfiguracji, które będą badane tego wpisu.

Uwagi

Ta lista jest tylko do odczytu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestSuiteEntry Interfejs

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client

ITestSuiteEntry