TestResult.TimerResults – vlastnost
Získá nebo nastaví časovač výsledky pole.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public Property TimerResults As TimerResult()
public TimerResult[] TimerResults { get; set; }
public:
property array<TimerResult^>^ TimerResults {
array<TimerResult^>^ get ();
void set (array<TimerResult^>^ value);
}
member TimerResults : TimerResult[] with get, set
function get TimerResults () : TimerResult[]
function set TimerResults (value : TimerResult[])
Hodnota vlastnosti
Typ: array<Microsoft.VisualStudio.TestTools.Common.TimerResult[]
Časovač výsledky pole.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.