次の方法で共有


PropertyValueEditorCommands.ShowDialogEditor プロパティ

定義

PropertyContainerEditModeDialog 編集モードに切り替える場合にエディターで実行されるコマンドを取得します。

public:
 static property System::Windows::Input::RoutedCommand ^ ShowDialogEditor { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand ShowDialogEditor { get; }
static member ShowDialogEditor : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property ShowDialogEditor As RoutedCommand

プロパティ値

編集モードを切り替える RoutedCommand

適用対象