PropertyOrderAttribute 构造函数

初始化 PropertyOrderAttribute 类的新实例。

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Sub New ( _
    order As PropertyOrder _
)
public PropertyOrderAttribute(
    PropertyOrder order
)
public:
PropertyOrderAttribute(
    PropertyOrder^ order
)
new : 
        order:PropertyOrder -> PropertyOrderAttribute
public function PropertyOrderAttribute(
    order : PropertyOrder
)

参数

异常

异常 条件
ArgumentNullException

order 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

备注

PropertyOrder 类提供的标准优先级为 EarlyLateDefault

.NET Framework 安全性

请参见

参考

PropertyOrderAttribute 类

Microsoft.Windows.Design.PropertyEditing 命名空间

CreateBefore

CreateAfter

其他资源

WPF 设计器扩展性体系结构