PriorityAttribute(Int32) Constructor
Definition
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.
Initializes a new instance of the PriorityAttribute class.
public:
PriorityAttribute(int priority);
public PriorityAttribute(int priority);
new Microsoft.VisualStudio.TestTools.UnitTesting.PriorityAttribute : int -> Microsoft.VisualStudio.TestTools.UnitTesting.PriorityAttribute
Public Sub New (priority As Integer)
Parameters
- priority
- Int32
The priority.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.