PropertyValueEditorCommands 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许使用标准命令来控制属性值的编辑。
public ref class PropertyValueEditorCommands abstract sealed
public static class PropertyValueEditorCommands
type PropertyValueEditorCommands = class
Public Class PropertyValueEditorCommands
- 继承
-
PropertyValueEditorCommands
属性
| 名称 | 说明 |
|---|---|
| AbortTransaction |
获取编辑器引发以中止尝试更新属性值的命令。 |
| BeginTransaction |
获取编辑器引发以开始更新属性值的命令。 |
| CommitTransaction |
获取编辑器引发以提交属性值更新的命令。 |
| FinishEditing |
获取编辑器引发的命令,以向主机指示属性值的更新已完成。 |
| ShowDialogEditor |
获取编辑器引发以切换到PropertyContainerEditModeDialog编辑模式的命令。 |
| ShowExtendedPinnedEditor |
获取编辑器引发以切换到PropertyContainerEditModeExtendedPinned编辑模式的命令。 |
| ShowExtendedPopupEditor |
获取编辑器引发以切换到PropertyContainerEditModeExtendedPopup编辑模式的命令。 |
| ShowInlineEditor |
获取编辑器引发以切换到PropertyContainerEditModeInline编辑模式的命令。 |