Sdílet prostřednictvím


DeclarativeWebTest.Items – vlastnost

Získá nebo nastaví sadu položek, které jsou obsaženy v tomto testu výkonu Web.Položky jsou transakce, požadavky, komentáře a zahrnuty testy výkonu webové.

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

Syntaxe

'Deklarace
Public Property Items As WebTestItemCollection
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Kolekce položek.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DeclarativeWebTest Třída

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