LoopConditionalRuleReference 类
包含对将在循环中使用的特定条件规则的引用的类。
继承层次结构
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase
Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRuleReference
Microsoft.VisualStudio.TestTools.WebTesting.LoopConditionalRuleReference
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
<SerializableAttribute> _
Public Class LoopConditionalRuleReference _
Inherits ConditionalRuleReference
[SerializableAttribute]
public class LoopConditionalRuleReference : ConditionalRuleReference
[SerializableAttribute]
public ref class LoopConditionalRuleReference : public ConditionalRuleReference
[<SerializableAttribute>]
type LoopConditionalRuleReference =
class
inherit ConditionalRuleReference
end
public class LoopConditionalRuleReference extends ConditionalRuleReference
LoopConditionalRuleReference 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
LoopConditionalRuleReference() | 初始化 LoopConditionalRuleReference 类的新实例。 | |
LoopConditionalRuleReference(Type) | 使用指定的类型初始化 LoopConditionalRuleReference 类的新实例。 | |
LoopConditionalRuleReference(LoopConditionalRuleReference) | 通过创建指定的 LoopConditionalRuleReference 的副本来初始化 LoopConditionalRuleReference 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
AdvanceDataCursors | 获取或设置指示符,该指示符指示是否应前进数据游标。 | |
Description | 获取或设置规则或插件的说明。 (继承自 WebTestRuleBase。) | |
DisplayName | 获取或设置要在 Web 性能测试编辑器中显示的规则或插件的名称。 (继承自 WebTestRuleBase。) | |
ExecutionOrder | (继承自 WebTestRuleBase。) | |
MaxIterations | 获取或设置循环的最大迭代数。 | |
Properties | 获取或设置 PluginOrRuleProperty 对象的集合,其中每个集合成员都对应规则或插件实现定义的一个属性。 (继承自 WebTestRuleBase。) | |
Type | 获取或设置表示规则或插件的类型的 Type 对象。 (继承自 WebTestRuleBase。) |
页首
方法
名称 | 说明 | |
---|---|---|
Clone | 创建作为当前实例副本的新 LoopConditionalRuleReference。 (重写 WebTestRuleBase.Clone()。) | |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。