Udostępnij za pośrednictwem


Właściwość ITestResult.CollectorsEnabled —

Pobiera listę moduły zbierające dane, które są włączone dla tego wyniku.

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

Składnia

'Deklaracja
ReadOnly Property CollectorsEnabled As List(Of String)
List<string> CollectorsEnabled { get; }
property List<String^>^ CollectorsEnabled {
    List<String^>^ get ();
}
abstract CollectorsEnabled : List<string> with get
function get CollectorsEnabled () : List<String>

Wartość właściwości

Typ: List<String>
Lista nazw moduły zbierające dane włączone dla tego wyniku.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestResult Interfejs

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client

IDataCollector