Share via


WebTest.InheritFromWebTest Özellik

Alır WebTest bu Web performans sınaması başka bir Web performans testi dahil ve üst Web performans testi özelliklerini devralır üst Web performans sınaması için nesne.

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

Sözdizimi

'Bildirim
Public Property InheritFromWebTest As WebTest
public WebTest InheritFromWebTest { get; internal set; }
public:
property WebTest^ InheritFromWebTest {
    WebTest^ get ();
    internal: void set (WebTest^ value);
}
member InheritFromWebTest : WebTest with get, internal set
function get InheritFromWebTest () : WebTest
internal function set InheritFromWebTest (value : WebTest)

Özellik Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Döndürür bir WebTest nesne bu Web performans testi başka bir Web performans testi içinde yer almayan ve bu üst Web performans testi devralır.
İade nullnull başvuru (Visual Basic'te Nothing) bu Web performans testi başka bir Web performans testi içinde yer almayan veya bir üst Web performans testi devralmaz.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı