WebTestPluginReference Class

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class WebTestPluginReference _
    Inherits WebTestRuleBase
'Usage
Dim instance As WebTestPluginReference
[SerializableAttribute]
public class WebTestPluginReference : WebTestRuleBase
[SerializableAttribute]
public ref class WebTestPluginReference : public WebTestRuleBase
public class WebTestPluginReference extends WebTestRuleBase

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReference

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.

See Also

Reference

WebTestPluginReference Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace