共用方式為


PropertyValueEditorCommands.ShowContextMenu 屬性

取得 RoutedCommand,表示在 PropertyContainer 中顯示內容功能表的要求。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Shared ReadOnly Property ShowContextMenu As RoutedCommand
    Get
public static RoutedCommand ShowContextMenu { get; }
public:
static property RoutedCommand^ ShowContextMenu {
    RoutedCommand^ get ();
}
static member ShowContextMenu : RoutedCommand
static function get ShowContextMenu () : RoutedCommand

屬性值

型別:System.Windows.Input.RoutedCommand
PropertyContainer 中顯示內容功能表的要求。

範例

WPF 設計工具擴充性架構

PropertyValueEditor

.NET Framework 安全性

請參閱

參考

PropertyValueEditorCommands 類別

Microsoft.Windows.Design.PropertyEditing 命名空間