Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether the condition was met.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public MustOverride Sub CheckCondition ( _
sender As Object, _
e As ConditionalEventArgs _
)
public abstract void CheckCondition(
Object sender,
ConditionalEventArgs e
)
public:
virtual void CheckCondition(
Object^ sender,
ConditionalEventArgs^ e
) abstract
abstract CheckCondition :
sender:Object *
e:ConditionalEventArgs -> unit
public abstract function CheckCondition(
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.