The WebTestPluginReference class encapsulates the metadata about a WebTestRequestPlugin and the parameter values to use when an instance of the WebTestRequestPlugin is created when the Web performance test that uses the WebTestRequestPlugin is run.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReference
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WebTestPluginReference _
    Inherits WebTestRuleBase
[SerializableAttribute]
public class WebTestPluginReference : WebTestRuleBase
[SerializableAttribute]
public ref class WebTestPluginReference : public WebTestRuleBase
[<SerializableAttribute>]
type WebTestPluginReference =  
    class 
        inherit WebTestRuleBase 
    end
public class WebTestPluginReference extends WebTestRuleBase
The WebTestPluginReference type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | WebTestPluginReference | Initializes a new instance of the WebTestPluginReference class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Description | Gets or sets the description of the rule or plug-in. (Inherited from WebTestRuleBase.) | 
| .gif) | DisplayName | Gets or sets the name of the rule or plug-in to be displayed in the Web performance test editor. (Inherited from WebTestRuleBase.) | 
| .gif) | ExecutionOrder | (Inherited from WebTestRuleBase.) | 
| .gif) | Properties | Gets or sets a collection of PluginOrRuleProperty objects with one member for each property defined by the rule or plug-in implementation. (Inherited from WebTestRuleBase.) | 
| .gif) | Type | Gets or sets the Type object representing the type of the rule or plug-in. (Inherited from WebTestRuleBase.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | Creates a new WebTestPluginReference that is a copy of the current instance. (Overrides WebTestRuleBase.Clone().) | 
| .gif) | CreateInstance | Initializes a new instance of the WebTestPluginReference class. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
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.