PropertyContainer.ActiveEditMode 属性

更新:2007 年 11 月

获取或设置此容器当前显示的编辑模式。这是一个依赖项属性。

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

语法

声明
Public Property ActiveEditMode As PropertyContainerEditMode
用法
Dim instance As PropertyContainer
Dim value As PropertyContainerEditMode

value = instance.ActiveEditMode

instance.ActiveEditMode = value
public PropertyContainerEditMode ActiveEditMode { get; set; }
public:
property PropertyContainerEditMode ActiveEditMode {
    PropertyContainerEditMode get ();
    void set (PropertyContainerEditMode value);
}
public function get ActiveEditMode () : PropertyContainerEditMode
public function set ActiveEditMode (value : PropertyContainerEditMode)

属性值

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

此容器的 PropertyContainerEditMode

依赖项属性信息

标识符字段

ActiveEditModeProperty

设置为 true 的元数据属性

Inline

备注

例如,ExtendedPopupExtendedPinnedInlineDialog 都是编辑模式。

权限

另请参见

参考

PropertyContainer 类

PropertyContainer 成员

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构

依赖项属性概述