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 安全性

请参见

参考

WebTest 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间