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.
Initializes a new instance of the RuleExecutionOrderAttribute class with the specified value to indicate the rule execution order.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
executionOrder As RuleExecutionOrder _
)
public RuleExecutionOrderAttribute(
RuleExecutionOrder executionOrder
)
public:
RuleExecutionOrderAttribute(
RuleExecutionOrder executionOrder
)
new :
executionOrder:RuleExecutionOrder -> RuleExecutionOrderAttribute
public function RuleExecutionOrderAttribute(
executionOrder : RuleExecutionOrder
)
Parameters
executionOrder
Type: Microsoft.VisualStudio.TestTools.WebTesting.RuleExecutionOrderThe execution order for the rule.
.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.