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 から取得された順序で表示されます。

注釈

この列挙体のメンバーを使用して、 の プロパティの値を PropertySort 設定します PropertyGrid

適用対象