WebTestConditionalConstruct Class
Base class for the conditional loop and the conditional statement constructs.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::WebTestItem
Microsoft.VisualStudio.TestTools.WebTesting::WebTestConditionalConstruct
Microsoft.VisualStudio.TestTools.WebTesting::WebTestCondition
Microsoft.VisualStudio.TestTools.WebTesting::WebTestLoop
| Name | Description | |
|---|---|---|
![]() | WebTestConditionalConstruct() | Initializes a new instance of the WebTestConditionalConstruct class. |
![]() | WebTestConditionalConstruct(WebTestConditionalConstruct^) | Initializes a new instance of the WebTestConditionalConstruct class by copying the specified WebTestConditionalConstruct. |
| Name | Description | |
|---|---|---|
![]() | ConditionalRuleReference | Gets or sets the reference to a conditional rule. |
![]() | ItemId | Zero-based sequence number of the item in the Web performance test.(Inherited from WebTestItem.) |
![]() | Items | Gets the collection of WebTestItem objects. |
![]() | UniqueStringId | Gets or sets the unique string ID. |
| Name | Description | |
|---|---|---|
![]() | Clone() | When it is overridden in a derived class, creates a copy of this object. (Inherited from WebTestItem.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExecuteCheckConditionalRule(WebTest^) | Executes the conditional rule. |
![]() | ExecuteCleanUpConditionalRule(WebTest^) | Performs cleanup after the conditional rule is checked. |
![]() | ExecuteInitializeConditionalRule(WebTest^) | Initializes the conditional rule. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetConditionalRuleText() | Returns the text description of the conditional rule. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(ConditionalRuleReference^) | Initializes a new referenced conditional rule. |
![]() | Initialize(WebTestConditionalConstruct^, ConditionalRuleReference^) | Initializes a new referenced conditional rule by copying the specified ConditionalRuleReference. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RuntimeClone() | Returns a clone of this object at run time.(Inherited from WebTestItem.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ToString(String^) | Returns a String that represents the current WebTestConditionalConstruct. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


