更新:2007 年 11 月
获取系统定义的默认顺序位置。
命名空间: Microsoft.Windows.Design.PropertyEditing
程序集: Microsoft.Windows.Design(在 Microsoft.Windows.Design.dll 中)
语法
声明
Public Shared ReadOnly Property Default As PropertyOrder
用法
Dim value As PropertyOrder
value = PropertyOrder.Default
public static PropertyOrder Default { get; }
public:
static property PropertyOrder^ Default {
PropertyOrder^ get ();
}
public static function get Default () : PropertyOrder
属性值
类型:Microsoft.Windows.Design.PropertyEditing.PropertyOrder
一个表示默认顺序位置的 PropertyOrder 实例。
权限
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
另请参见
参考
Microsoft.Windows.Design.PropertyEditing 命名空间