Partager via


PropertyValueEditorCommands.ShowExtendedPinnedEditor, propriété

Obtient un RoutedCommand qui représente une demande d'affichage d'un éditeur épinglé pour une propriété.

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 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

Valeur de propriété

Type : System.Windows.Input.RoutedCommand
Demande d'affichage d'un éditeur épinglé pour une propriété.

Notes

La fenêtre de propriété doit prendre en charge l'utilisateur avec les différents modes d'édition d'une propriété, le cas échéant. La fenêtre de propriété doit prendre en charge les éditeurs épinglés, qui sont des boîtes de dialogue épinglées en place pour ressembler à des éditeurs étendus.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValueEditorCommands Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyValueEditor

PropertyContainerEditMode

ExtendedPinned

CanExecute

Execute

Autres ressources

Architecture de l'extensibilité du Concepteur WPF