WebTestRuleBase Class
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class WebTestRuleBase _
Implements ICloneable
'Usage
Dim instance As WebTestRuleBase
[SerializableAttribute]
public abstract class WebTestRuleBase : ICloneable
[SerializableAttribute]
public ref class WebTestRuleBase abstract : ICloneable
public abstract class WebTestRuleBase implements ICloneable
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase
Microsoft.VisualStudio.TestTools.WebTesting.ExtractionRuleReference
Microsoft.VisualStudio.TestTools.WebTesting.ValidationRuleReference
Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReference
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPluginReference
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.