PropertyValueEditorCommands 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许使用标准命令来控制属性值的编辑。
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 编辑模式。 |