PropertyValueEditorCommands 类

定义

允许使用标准命令来控制属性值的编辑。

public ref class PropertyValueEditorCommands abstract sealed
public static class PropertyValueEditorCommands
type PropertyValueEditorCommands = class
Public Class PropertyValueEditorCommands
继承
PropertyValueEditorCommands

属性

AbortTransaction

获取编辑器引发的命令,该命令用于中止尝试更新属性值。

BeginTransaction

获取编辑器引发的命令,该命令用于开始尝试更新属性值。

CommitTransaction

获取编辑器引发的命令,该命令用于提交属性值更新。

FinishEditing

获取编辑器引发的命令,该命令用于向宿主指示属性值更新已完成。

ShowDialogEditor

获取编辑器引发的命令,该命令用于将 PropertyContainerEditMode 切换为 Dialog 编辑模式。

ShowExtendedPinnedEditor

获取编辑器引发的命令,该命令用于将 PropertyContainerEditMode 切换为 ExtendedPinned 编辑模式。

ShowExtendedPopupEditor

获取编辑器引发的命令,该命令用于将 PropertyContainerEditMode 切换为 ExtendedPopup 编辑模式。

ShowInlineEditor

获取编辑器引发的命令,该命令用于将 PropertyContainerEditMode 切换为 Inline 编辑模式。

适用于