PriorityAttribute Class
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.
Represents an attribute which assigns an integer priority to a MEF component part.
public ref class PriorityAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public sealed class PriorityAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
type PriorityAttribute = class
inherit SingletonBaseMetadataAttribute
Public NotInheritable Class PriorityAttribute
Inherits SingletonBaseMetadataAttribute
- Inheritance
Constructors
PriorityAttribute(Int32) |
Creates a new instance of this attribute, assigning it a priority value. |
Properties
Priority |
Gets the priority for the attributed MEF extension. |