PropertyOrderAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將此屬性加入屬性,指定當 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 時)會使用的位置。 |