Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConditionalRule::Initialize Method (Object^, ConditionalEventArgs^)

 

Called before the first CheckCondition call is made. Any initialization code that is relevant to the conditional rule should be added to this method.

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

public:
virtual void Initialize(
	Object^ sender,
	ConditionalEventArgs^ e
)

Parameters

sender
Type: System::Object^

The sender of the event.

e
Type: Microsoft.VisualStudio.TestTools.WebTesting::ConditionalEventArgs^

The ConditionalEventArgs that contains the event data.

Return to top
Show: