Condividi tramite


Proprietà WebTestConditionalConstruct.Items

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestConditionalConstruct Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting