PriorityAttribute Class

Definition

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.

Applies to