IOrderable Interface
Associated with an orderable part.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Declaration
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 | |
---|---|---|
After | Gets the parts after which this part should appear in the list. | |
Before | Gets the parts before which this part should appear in the list. | |
Name | Gets the name of the part |
Top
Remarks
This interface is helpful when importing orderable parts.