PropertyValueEditorCommands.FinishEditing 属性

获取一个 RoutedCommand 对象,该对象表示一个发送给主机的通知,指示已完成属性编辑。

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

语法

声明
Public Shared ReadOnly Property FinishEditing As RoutedCommand
    Get
public static RoutedCommand FinishEditing { get; }
public:
static property RoutedCommand^ FinishEditing {
    RoutedCommand^ get ();
}
static member FinishEditing : RoutedCommand
static function get FinishEditing () : RoutedCommand

属性值

类型:System.Windows.Input.RoutedCommand
一个发送给主机的通知,指示已完成属性编辑。

备注

宿主负责处理此通知。 例如,宿主可以运行清理代码,或者宿主可以将焦点设置为以下属性之一:

  • 刚刚编辑的属性。

  • 属性窗口中的下一个属性。

  • 设计图面。

.NET Framework 安全性

请参见

参考

PropertyValueEditorCommands 类

Microsoft.Windows.Design.PropertyEditing 命名空间

PropertyValueEditor

CanExecute

Execute

其他资源

WPF 设计器扩展性体系结构