Condividi tramite


Proprietà TransactionTimer.Items

Ottiene l'elenco degli elementi di test delle prestazioni Web inclusi nella transazione a tempo.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Items As WebTestItemCollection
    Get
public WebTestItemCollection Items { get; }
public:
property WebTestItemCollection^ Items {
    WebTestItemCollection^ get ();
}
member Items : WebTestItemCollection
function get Items () : WebTestItemCollection

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Insieme degli elementi del test delle prestazioni Web.

Note

Gli elementi del test delle prestazioni Web comprendono richieste, commenti, test delle prestazioni Web inclusi e transazioni incorporate.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TransactionTimer Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting