PropertyValueEditorCommands.ShowExtendedPinnedEditor 属性
获取一个 RoutedCommand 对象,该对象表示一个要为属性显示固定编辑器的请求。
命名空间: Microsoft.Windows.Design.PropertyEditing
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Public Shared ReadOnly Property ShowExtendedPinnedEditor As RoutedCommand
Get
public static RoutedCommand ShowExtendedPinnedEditor { get; }
public:
static property RoutedCommand^ ShowExtendedPinnedEditor {
RoutedCommand^ get ();
}
static member ShowExtendedPinnedEditor : RoutedCommand
static function get ShowExtendedPinnedEditor () : RoutedCommand
属性值
类型:System.Windows.Input.RoutedCommand
一个要为属性显示固定编辑器的请求。
备注
属性窗口应支持使用不同属性编辑模式的用户(如果有)。 属性窗口应支持固定编辑器,这些编辑器是就地固定以使其类似于扩展编辑器的对话框。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.Windows.Design.PropertyEditing 命名空间