PropertySort 列舉

定義

指定在 PropertyGrid 中屬性如何排序。

此列舉支援其成員值的位元組合。

public enum class PropertySort
[System.Runtime.InteropServices.ComVisible(true)]
public enum PropertySort
public enum PropertySort
[System.Flags]
public enum PropertySort
[<System.Runtime.InteropServices.ComVisible(true)>]
type PropertySort = 
type PropertySort = 
[<System.Flags>]
type PropertySort = 
Public Enum PropertySort
繼承
PropertySort
屬性

欄位

Alphabetical 1

屬性在按字母排列的清單中排序。

Categorized 2

屬性按照在群組中的分類顯示。 分類則由屬性本身定義。

CategorizedAlphabetical 3

屬性按照在群組中的分類顯示。 屬性在群組內又進一步以字母順序來排序。 分類則由屬性本身定義。

NoSort 0

屬性依照從 TypeDescriptor 擷取的順序顯示。

備註

使用這個列舉的成員來設定 PropertySortPropertyGrid屬性值。

適用於