PropertyValueEditorCommands.ShowExtendedPopupEditor 属性

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

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

语法

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

属性值

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

备注

属性窗口应支持使用不同属性编辑模式的用户(如果有)。 属性窗口应支持扩展编辑器。 例如,HorizontalAlignment 属性编辑器是一个扩展编辑器,其中用户可以从下拉列表中选择属性值。

.NET Framework 安全性

请参见

参考

PropertyValueEditorCommands 类

Microsoft.Windows.Design.PropertyEditing 命名空间

PropertyValueEditor

PropertyContainerEditMode

ExtendedPopup

CanExecute

Execute

其他资源

WPF 设计器扩展性体系结构