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
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.