WebTest.InheritFromWebTest 屬性
當這個 Web 效能測試包含在另一個 Web 效能測試中,並且從上層 Web 效能測試繼承屬性時,取得上層 Web 效能測試的 WebTest 物件。
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
'宣告
Public Property InheritFromWebTest As WebTest
Get
Friend Set
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)
屬性值
型別:Microsoft.VisualStudio.TestTools.WebTesting.WebTest
如果這個 Web 效能測試並未包含在其他 Web 效能測試中,並且繼承自上層 Web 效能測試,則傳回 WebTest 物件。
如果這個 Web 效能測試並未包含在其他 Web 效能測試中,或是並未繼承自上層 Web 效能測試,則傳回 nullNull 參照 (即 Visual Basic 中的 Nothing)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。