WebTestItem Class
Represents a base class for WebTestRequest.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestItem
Microsoft.VisualStudio.TestTools.WebTesting.Comment
Microsoft.VisualStudio.TestTools.WebTesting.IncludedWebTest
Microsoft.VisualStudio.TestTools.WebTesting.TransactionTimer
Microsoft.VisualStudio.TestTools.WebTesting.WebTestConditionalConstruct
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequest
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class WebTestItem _
Implements ICloneable
[SerializableAttribute]
public abstract class WebTestItem : ICloneable
[SerializableAttribute]
public ref class WebTestItem abstract : ICloneable
[<AbstractClass>]
[<SerializableAttribute>]
type WebTestItem =
class
interface ICloneable
end
public abstract class WebTestItem implements ICloneable
The WebTestItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
ItemId | Zero-based sequence number of the item in the Web performance test. |
Top
Methods
Name | Description | |
---|---|---|
Clone | When it is overridden in a derived class, creates a copy of this object. | |
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 a hash function for a particular type. (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. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
Not intended to be used in user code. This class is serializable.
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
Microsoft.VisualStudio.TestTools.WebTesting Namespace