Associated with an orderable part.
Namespace:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
声明
Public Interface IOrderable
public interface IOrderable
public interface class IOrderable
type IOrderable =  interface end
public interface IOrderable
The IOrderable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | After | Gets the parts after which this part should appear in the list. | 
| .gif) | Before | Gets the parts before which this part should appear in the list. | 
| .gif) | Name | Gets the name of the part | 
Top
Remarks
This interface is helpful when importing orderable parts.