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 | 取得組件名稱 |
回頁首
備註
匯入 orderable 的組件時,這個介面是很有幫助。