Base class for the conditional loop and the conditional statement constructs.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestItem
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestConditionalConstruct
      Microsoft.VisualStudio.TestTools.WebTesting.WebTestCondition
      Microsoft.VisualStudio.TestTools.WebTesting.WebTestLoop
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class WebTestConditionalConstruct _
    Inherits WebTestItem
[SerializableAttribute]
public abstract class WebTestConditionalConstruct : WebTestItem
[SerializableAttribute]
public ref class WebTestConditionalConstruct abstract : public WebTestItem
[<AbstractClass>]
[<SerializableAttribute>]
type WebTestConditionalConstruct =  
    class 
        inherit WebTestItem 
    end
public abstract class WebTestConditionalConstruct extends WebTestItem
The WebTestConditionalConstruct type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | WebTestConditionalConstruct() | Initializes a new instance of the WebTestConditionalConstruct class. | 
| .gif) | WebTestConditionalConstruct(WebTestConditionalConstruct) | Initializes a new instance of the WebTestConditionalConstruct class by copying the specified WebTestConditionalConstruct. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ConditionalRuleReference | Gets or sets the reference to a conditional rule. | 
| .gif) | ItemId | Zero-based sequence number of the item in the Web performance test. (Inherited from WebTestItem.) | 
| .gif) | Items | Gets the collection of WebTestItem objects. | 
| .gif) | UniqueStringId | Gets or sets the unique string ID. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | When it is overridden in a derived class, creates a copy of this object. (Inherited from WebTestItem.) | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | ExecuteCheckConditionalRule | Executes the conditional rule. | 
| .gif) | ExecuteCleanUpConditionalRule | Performs cleanup after the conditional rule is checked. | 
| .gif) | ExecuteInitializeConditionalRule | Initializes the conditional rule. | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetConditionalRuleText | Returns the text description of the conditional rule. | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | Initialize(ConditionalRuleReference) | Initializes a new referenced conditional rule. | 
| .gif) | Initialize(WebTestConditionalConstruct, ConditionalRuleReference) | Initializes a new referenced conditional rule by copying the specified ConditionalRuleReference. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | RuntimeClone | Returns a clone of this object at run time. (Inherited from WebTestItem.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | ToString(String) | Returns a String that represents the current WebTestConditionalConstruct. | 
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.