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::MultipleBaseMetadataAttributepublic ref class OrderAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttributepublic sealed class OrderAttribute : Microsoft.VisualStudio.Utilities.MultipleBaseMetadataAttributetype OrderAttribute = class
    inherit MultipleBaseMetadataAttributePublic 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. |