Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
.gif)