Share via


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 安全性

請參閱

參考

PropertyValueEditorCommands 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

PropertyValueEditor

PropertyContainerEditMode

ExtendedPinned

CanExecute

Execute

其他資源

WPF 設計工具擴充性架構