Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates all possible condition rule types.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Enumeration ConditionalRuleType
public enum ConditionalRuleType
public enum class ConditionalRuleType
type ConditionalRuleType
public enum ConditionalRuleType
Members
| Member name | Description | |
|---|---|---|
| AnyConditional | Any type of conditional rule. | |
| ConditionOnly | Condition only. | |
| LoopOnly | Looping condition only. |