LoopConditionalRuleReference Class
Class to contain a reference to a particular conditional rule that will be used in a loop.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::WebTestRuleBase
Microsoft.VisualStudio.TestTools.WebTesting::ConditionalRuleReference
Microsoft.VisualStudio.TestTools.WebTesting::LoopConditionalRuleReference
| Name | Description | |
|---|---|---|
![]() | LoopConditionalRuleReference() | Initializes a new instance of the LoopConditionalRuleReference class. |
![]() | LoopConditionalRuleReference(LoopConditionalRuleReference^) | Initializes a new instance of the LoopConditionalRuleReference class by creating a copy of the specified LoopConditionalRuleReference. |
![]() | LoopConditionalRuleReference(Type^) | Initializes a new instance of the LoopConditionalRuleReference class by using the specified type. |
| Name | Description | |
|---|---|---|
![]() | AdvanceDataCursors | Gets or sets the indicator of whether the data cursor should advance. |
![]() | Description | Gets or sets the description of the rule or plug-in.(Inherited from WebTestRuleBase.) |
![]() | DisplayName | Gets or sets the name of the rule or plug-in to be displayed in the Web performance test editor.(Inherited from WebTestRuleBase.) |
![]() | ExecutionOrder | (Inherited from WebTestRuleBase.) |
![]() | MaxIterations | Gets or sets the maximum iterations for the loop. |
![]() | Properties | Gets or sets a collection of PluginOrRuleProperty objects with one member for each property defined by the rule or plug-in implementation.(Inherited from WebTestRuleBase.) |
![]() | Type | Gets or sets the Type object representing the type of the rule or plug-in.(Inherited from WebTestRuleBase.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new LoopConditionalRuleReference that is a copy of the current instance.(Overrides WebTestRuleBase::Clone().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


