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
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
Raccolta 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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.