共用方式為


CountingLoopRule.Initialize 方法

初始化 CountingLoopRule

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Overrides Sub Initialize ( _
    sender As Object, _
    e As ConditionalEventArgs _
)
public override void Initialize(
    Object sender,
    ConditionalEventArgs e
)
public:
virtual void Initialize(
    Object^ sender, 
    ConditionalEventArgs^ e
) override
abstract Initialize : 
        sender:Object * 
        e:ConditionalEventArgs -> unit 
override Initialize : 
        sender:Object * 
        e:ConditionalEventArgs -> unit 
public override function Initialize(
    sender : Object, 
    e : ConditionalEventArgs
)

參數

.NET Framework 安全性

請參閱

參考

CountingLoopRule 類別

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空間