Share via


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

Name Description
PriorityAttribute(Int32)

Creates a new instance of this attribute, assigning it a priority value.

Properties

Name Description
Priority

Gets the priority for the attributed MEF extension.

Applies to