OrderAttribute Class
Definition
Orders multiple instances of an extension part.
public ref class OrderAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public ref class OrderAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public sealed class OrderAttribute : Microsoft.VisualStudio.Utilities.MultipleBaseMetadataAttribute
type OrderAttribute = class
inherit MultipleBaseMetadataAttribute
Public NotInheritable Class OrderAttribute
Inherits MultipleBaseMetadataAttribute
- Inheritance
Constructors
OrderAttribute() |
Initializes a new instance of OrderAttribute. |
Properties
After |
The extension part to which this attribute is applied should be ordered after the extension part with the name specified. |
Before |
The extension part to which this attribute is applied should be ordered before the extension part with the name specified. |