Sdílet prostřednictvím


WebTestConditionalConstruct.Items – vlastnost

Získá kolekce WebTestItem objektů.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public ReadOnly Property Items As WebTestItemCollection
    Get
public WebTestItemCollection Items { get; }
public:
property WebTestItemCollection^ Items {
    WebTestItemCollection^ get ();
}
member Items : WebTestItemCollection
function get Items () : WebTestItemCollection

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Kolekce WebTestItem objektů.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

WebTestConditionalConstruct Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů