Condividi tramite


Proprietà WebTestConditionalConstruct.Items

Ottiene l'insieme di oggetti WebTestItem.

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 di oggetti WebTestItem.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestConditionalConstruct Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting