PropertyContainer.ActiveEditMode 属性

获取或设置此容器当前显示的编辑模式。

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

语法

声明
Public Property ActiveEditMode As PropertyContainerEditMode
    Get
    Set
public PropertyContainerEditMode ActiveEditMode { get; set; }
public:
property PropertyContainerEditMode ActiveEditMode {
    PropertyContainerEditMode get ();
    void set (PropertyContainerEditMode value);
}
member ActiveEditMode : PropertyContainerEditMode with get, set
function get ActiveEditMode () : PropertyContainerEditMode
function set ActiveEditMode (value : PropertyContainerEditMode)

属性值

类型:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode
此容器的 PropertyContainerEditMode

依赖项属性信息

标识符字段

ActiveEditModeProperty

设置为 true 的元数据属性

Inline

备注

例如,ExtendedPopupExtendedPinnedInlineDialog 都是编辑模式。

.NET Framework 安全性

请参见

参考

PropertyContainer 类

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构

依赖项属性概述