共用方式為


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 設計工具擴充性架構