CountingLoopRule.Initialize Method

Initializes a CountingLoopRule.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
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
)

Parameters

  • sender
    Type: Object

    The sender of the event.

.NET Framework Security

See Also

Reference

CountingLoopRule Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace