PropertyValueEditorCommands.ShowContextMenu, propriété
Obtient RoutedCommand qui représente une demande pour afficher un menu contextuel dans PropertyContainer.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
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
Valeur de propriété
Type : System.Windows.Input.RoutedCommand
Demande pour afficher un menu contextuel dans le PropertyContainer.
Exemples
Architecture de l'extensibilité du Concepteur WPF
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.