Compartir a través de


PropertyValueEditorCommands.ShowContextMenu (Propiedad)

Obtiene un objeto RoutedCommand que representa una solicitud para mostrar un menú contextual en el objeto PropertyContainer.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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

Valor de propiedad

Tipo: System.Windows.Input.RoutedCommand
Solicitud para mostrar un menú contextual en PropertyContainer.

Ejemplos

Arquitectura de extensibilidad de WPF Designer

PropertyValueEditor

Seguridad de .NET Framework

Vea también

Referencia

PropertyValueEditorCommands Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)