Anteckning
Å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.
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)
Syntax
'Declaration
Public Overridable Sub Initialize ( _
sender As Object, _
e As ConditionalEventArgs _
)
public virtual void Initialize(
Object sender,
ConditionalEventArgs e
)
public:
virtual void Initialize(
Object^ sender,
ConditionalEventArgs^ e
)
abstract Initialize :
sender:Object *
e:ConditionalEventArgs -> unit
override Initialize :
sender:Object *
e:ConditionalEventArgs -> unit
public function Initialize(
sender : Object,
e : ConditionalEventArgs
)
Parameters
sender
Type: ObjectThe sender of the event.
e
Type: Microsoft.VisualStudio.TestTools.WebTesting.ConditionalEventArgsThe ConditionalEventArgs that contains the event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.