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.
Creates a new instance of this attribute, assigning it a priority value.
public:
PriorityAttribute(int priority);
public PriorityAttribute (int priority);
new Microsoft.VisualStudio.Utilities.PriorityAttribute : int -> Microsoft.VisualStudio.Utilities.PriorityAttribute
Public Sub New (priority As Integer)
Parameters
- priority
- Int32
The priority for the MEF component part. Lower integer values represent higher precedence.