IncludedWebTest Class
Represents a Web performance test that is included in another Web performance test.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestItem
Microsoft.VisualStudio.TestTools.WebTesting.IncludedWebTest
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class IncludedWebTest _
Inherits WebTestItem
[SerializableAttribute]
public class IncludedWebTest : WebTestItem
[SerializableAttribute]
public ref class IncludedWebTest : public WebTestItem
[<SerializableAttribute>]
type IncludedWebTest =
class
inherit WebTestItem
end
public class IncludedWebTest extends WebTestItem
The IncludedWebTest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IncludedWebTest | Initializes a new instance of the IncludedWebTest class. |
Top
Properties
Name | Description | |
---|---|---|
InheritWebTestSettings | Gets or sets a value that indicates whether the included Web performance test inherits settings from the parent Web performance test. | |
IsCodedWebTest | Gets or sets a value that indicates whether the included Web performance test is a coded Web performance test. | |
ItemId | Zero-based sequence number of the item in the Web performance test. (Inherited from WebTestItem.) | |
Name | Gets or sets the name of the included Web performance test. | |
Path | Gets or sets the file path of the included Web performance test. | |
TestId | Gets or sets a string value that contains the TestId of the included Web performance test. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a new IncludedWebTest that is a copy of the current instance. (Overrides WebTestItem.Clone().) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RuntimeClone | Returns a clone of this object at run time. (Inherited from WebTestItem.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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.