PropertyOrderAttribute.Order 屬性

取得相關聯的 PropertyOrder

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public ReadOnly Property Order As PropertyOrder
    Get
public PropertyOrder Order { get; }
public:
property PropertyOrder^ Order {
    PropertyOrder^ get ();
}
member Order : PropertyOrder
function get Order () : PropertyOrder

屬性值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyOrder
在屬性瀏覽器中顯示屬性的優先順序。

備註

PropertyOrder 類別提供的標準優先順序為 EarlyLateDefault

.NET Framework 安全性

請參閱

參考

PropertyOrderAttribute 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

CreateBefore

CreateAfter

其他資源

WPF 設計工具擴充性架構