IncludedWebTest Class

Represents a Web test that is included in another Web test.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class IncludedWebTest _
    Inherits WebTestItem
'Usage
Dim instance As IncludedWebTest
[SerializableAttribute]
public class IncludedWebTest : WebTestItem
[SerializableAttribute]
public ref class IncludedWebTest : public WebTestItem
public class IncludedWebTest extends WebTestItem

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestItem
    Microsoft.VisualStudio.TestTools.WebTesting.IncludedWebTest

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

IncludedWebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace