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.
Represents a Web performance test rule for a reference to an executable plug-in.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRuleBase
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRecorderPluginReference
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WebTestRecorderPluginReference _
Inherits WebTestRuleBase
[SerializableAttribute]
public class WebTestRecorderPluginReference : WebTestRuleBase
[SerializableAttribute]
public ref class WebTestRecorderPluginReference : public WebTestRuleBase
[<SerializableAttribute>]
type WebTestRecorderPluginReference =
class
inherit WebTestRuleBase
end
public class WebTestRecorderPluginReference extends WebTestRuleBase
The WebTestRecorderPluginReference type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
WebTestRecorderPluginReference | Initializes a new instance of the WebTestRecorderPluginReference class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
AlwaysExecute | Gets or sets a value that indicates whether the referenced plug-in must always be executed. |
![]() |
Description | Gets or sets the description of the rule or plug-in. (Inherited from WebTestRuleBase.) |
![]() |
DisplayName | Gets or sets the name of the rule or plug-in to be displayed in the Web performance test editor. (Inherited from WebTestRuleBase.) |
![]() |
ExecutionOrder | (Inherited from WebTestRuleBase.) |
![]() |
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.) |
![]() |
Type | Gets or sets the Type object representing the type of the rule or plug-in. (Inherited from WebTestRuleBase.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | Returns a new WebTestRecorderPluginReference that is an exact clone of this object. (Overrides WebTestRuleBase.Clone().) |
![]() |
CreateInstance | Returns an instance of the referenced plug-in. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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.
.gif)
.gif)
.gif)