Proprietà DeclarativeWebTest.Items
Ottiene o imposta l'insieme di elementi contenuto nel test delle prestazioni Web specificato. Gli elementi sono transazioni, richieste, commenti e test delle prestazioni Web inclusi.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
Public Property Items As WebTestItemCollection
Get
Friend Set
public WebTestItemCollection Items { get; internal set; }
public:
property WebTestItemCollection^ Items {
WebTestItemCollection^ get ();
internal: void set (WebTestItemCollection^ value);
}
member Items : WebTestItemCollection with get, internal set
function get Items () : WebTestItemCollection
internal function set Items (value : WebTestItemCollection)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Insieme di elementi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.