Used to specify the priority of a unit test. This class cannot be inherited.
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False)> _ Public NotInheritable Class PriorityAttribute _ Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)] public sealed class PriorityAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false)] public ref class PriorityAttribute sealed : public Attribute
[<Sealed>] [<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)>] type PriorityAttribute = class inherit Attribute end
public final class PriorityAttribute extends Attribute
The PriorityAttribute type exposes the following members.
This attribute is not used by the test system. It is provided to the user for custom purposes.
This attribute can be specified on a method. There can be only one instance of this attribute.
For more information about how to use attributes, see Extending Metadata Using Attributes.