Aracılığıyla paylaş


DeclarativeWebTest.Items Özellik

Alır veya bu Web performans testi içerdiği öğeler kümesi ayarlar. Hareketler, istekleri, yorumlar ve eklenen Web performans testlerini öğelerdir.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Öğe koleksiyonu.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DeclarativeWebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı