Condividi tramite


Proprietà TransactionTimer.Items

Ottiene l'elenco di elementi di test delle prestazioni Web inclusi nella transazione temporizzata.

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
public WebTestItemCollection Items { get; }
public:
property WebTestItemCollection^ Items {
    WebTestItemCollection^ get ();
}
member Items : WebTestItemCollection with get
function get Items () : WebTestItemCollection

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
La raccolta di elementi test prestazioni Web.

Note

Gli elementi del test delle prestazioni Web includono le richieste, commenti, i test Web inclusi e transazioni incorporate.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TransactionTimer Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting