Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PriorityAttribute Class
Definition
- Namespace:
- Microsoft.VisualStudio.TestTools.UnitTesting
- Assembly:
- Microsoft.VisualStudio.TestPlatform.TestFramework.dll
- Assembly:
- MSTest.TestFramework.dll
- Assembly:
- Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
- Package:
- MSTest.TestFramework v1.1.18
- Package:
- MSTest.TestFramework v1.2.1
- Package:
- MSTest.TestFramework v1.3.2
- Package:
- MSTest.TestFramework v1.4.0
- Package:
- MSTest.TestFramework v2.0.0
- Package:
- MSTest.TestFramework v2.1.2
- Package:
- MSTest.TestFramework v2.2.10
- Package:
- MSTest.TestFramework v3.0.4
- Package:
- MSTest.TestFramework v3.1.1
- Package:
- MSTest.TestFramework v3.10.5
- Package:
- MSTest.TestFramework v3.11.0
- Package:
- MSTest.TestFramework v3.2.2
- Package:
- MSTest.TestFramework v3.3.1
- Package:
- MSTest.TestFramework v3.4.3
- Package:
- MSTest.TestFramework v3.5.2
- Package:
- MSTest.TestFramework v3.6.4
- Package:
- MSTest.TestFramework v3.7.3
- Package:
- MSTest.TestFramework v3.8.3
- Package:
- MSTest.TestFramework v3.9.3
- Package:
- MSTest.TestFramework v4.0.2
- Package:
- MSTest.TestFramework v4.1.0
- Package:
- MSTest.TestFramework v4.2.3
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
- Source:
- PriorityAttribute.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Priority attribute; used to specify the priority of a unit test.
public ref class PriorityAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class PriorityAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class PriorityAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class PriorityAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type PriorityAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type PriorityAttribute = class
inherit TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type PriorityAttribute = class
inherit Attribute
Public NotInheritable Class PriorityAttribute
Inherits Attribute
Public NotInheritable Class PriorityAttribute
Inherits TestPropertyAttribute
- Inheritance
-
PriorityAttribute
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| PriorityAttribute(Int32) |
Initializes a new instance of the PriorityAttribute class. |
Properties
| Name | Description |
|---|---|
| Name |
Gets the name. (Inherited from TestPropertyAttribute) |
| Priority |
Gets the priority. |
| Value |
Gets the value. (Inherited from TestPropertyAttribute) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
