PropertyOrder.Early 属性

更新:2007 年 11 月

获取系统定义的靠前的顺序位置。

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

语法

声明
Public Shared ReadOnly Property Early As PropertyOrder
用法
Dim value As PropertyOrder

value = PropertyOrder.Early
public static PropertyOrder Early { get; }
public:
static property PropertyOrder^ Early {
    PropertyOrder^ get ();
}
public static function get Early () : PropertyOrder

属性值

类型:Microsoft.Windows.Design.PropertyEditing.PropertyOrder

一个 PropertyOrder 实例,表示系统定义的靠前的顺序位置。

权限

另请参见

参考

PropertyOrder 类

PropertyOrder 成员

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

属性编辑体系结构

WPF 设计器扩展性