OrderAttribute 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.
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. |