IOrderable 接口

与可排序部件关联。

命名空间:  Microsoft.VisualStudio.Utilities
程序集:  Microsoft.VisualStudio.CoreUtility(在 Microsoft.VisualStudio.CoreUtility.dll 中)

语法

声明
Public Interface IOrderable
public interface IOrderable
public interface class IOrderable
type IOrderable =  interface end
public interface IOrderable

IOrderable 类型公开以下成员。

属性

  名称 说明
公共属性 After 获取部件,在其后的部件应显示在列表中。
公共属性 Before 获取之前此部件应当出现在列表中的部件。
公共属性 Name 获取该部件的名称

页首

备注

,当导入可排序的部件时,此接口是有用的。

请参阅

参考

Microsoft.VisualStudio.Utilities 命名空间