Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates the existence and number of occurrences of an HTML tag in the response.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overrides Sub Validate ( _
sender As Object, _
e As ValidationEventArgs _
)
public override void Validate(
Object sender,
ValidationEventArgs e
)
public:
virtual void Validate(
Object^ sender,
ValidationEventArgs^ e
) override
abstract Validate :
sender:Object *
e:ValidationEventArgs -> unit
override Validate :
sender:Object *
e:ValidationEventArgs -> unit
public override function Validate(
sender : Object,
e : ValidationEventArgs
)
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.VisualStudio.TestTools.WebTesting.ValidationEventArgs
A ValidationEventArgs 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.