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 设计器扩展性体系结构