バージョン

PropertySortOrderAttribute クラス

PropertyGridPropertyItem の並べ替え順序を指定します。
シンタックス
'宣言
 
Public Class PropertySortOrderAttribute 
   Inherits System.Attribute
public class PropertySortOrderAttribute : System.Attribute 
解説
この 'PropertySortOrderAttribute' の 1 インスタンスのみを PropertyGridPropertyItem に適用できます。プロパティの並べ替え順序を指定するためのカスタム属性を作成できます。XamPropertyGrid がカスタム属性を使用するには、以下の 2 つのルールがあります。1.属性クラス名を 'PropertySortOrderAttribute' (または 'PropertySortOrder') に設定します。2.属性コンストラクターが単一のパラメーターを受けます: int 型の並べ替え順序パラメーター。
参照