ForLoopRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ForLoopRule : Microsoft::VisualStudio::TestTools::WebTesting::ConditionalRule
[Microsoft.VisualStudio.TestTools.WebTesting.Rules.ConditionalRuleType(Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRuleType.LoopOnly)]
public class ForLoopRule : Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRule
[<Microsoft.VisualStudio.TestTools.WebTesting.Rules.ConditionalRuleType(Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRuleType.LoopOnly)>]
type ForLoopRule = class
inherit ConditionalRule
Public Class ForLoopRule
Inherits ConditionalRule
- Inheritance
- Attributes
Constructors
ForLoopRule() |
Properties
ComparisonOperator | |
ContextParameterName | |
IncrementValue | |
InitialValue | |
TerminatingValue |
Methods
CheckCondition(Object, ConditionalEventArgs) | |
CleanUp(Object, ConditionalEventArgs) | (Inherited from ConditionalRule) |
Initialize(Object, ConditionalEventArgs) | |
StringRepresentation() |