PropertyValueEditorCommands.ShowDialogEditor 属性

获取一个 RoutedCommand 对象,该对象表示一个要为属性显示对话框编辑器的请求。

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

语法

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

属性值

类型:System.Windows.Input.RoutedCommand
一个要为属性显示对话框编辑器的请求。

备注

属性窗口应支持使用不同属性编辑模式的用户(如果有)。 属性窗口应支持对话框编辑器。 例如,RowDefinitions 属性编辑器是一个对话框编辑器,其中用户可以在单独对话框中输入属性值。

.NET Framework 安全性

请参见

参考

PropertyValueEditorCommands 类

Microsoft.Windows.Design.PropertyEditing 命名空间

PropertyValueEditor

PropertyContainerEditMode

Dialog

CanExecute

Execute

其他资源

WPF 设计器扩展性体系结构