PropertyOrderAttribute 類別

定義

將此屬性加入屬性,指定當 Designer 未套用「分類」或「字母順序」排序時(例如 PropertyGrid 不覆寫排序順序時,PropertySort=NoSort 時)會使用的位置。

[System.AttributeUsage(System.AttributeTargets.All)]
public class PropertyOrderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type PropertyOrderAttribute = class
    inherit Attribute
Public Class PropertyOrderAttribute
Inherits Attribute
繼承
PropertyOrderAttribute
屬性

建構函式

名稱 Description
PropertyOrderAttribute(Int32)

將此屬性加入屬性,指定當 Designer 未套用「分類」或「字母順序」排序時(例如 PropertyGrid 不覆寫排序順序時,PropertySort=NoSort 時)會使用的位置。

屬性

名稱 Description
Order

將此屬性加入屬性,指定當 Designer 未套用「分類」或「字母順序」排序時(例如 PropertyGrid 不覆寫排序順序時,PropertySort=NoSort 時)會使用的位置。

適用於