Proprietà PropertyValueEditorCommands.ShowExtendedPinnedEditor

Ottiene un oggetto RoutedCommand che rappresenta una richiesta di visualizzazione di un editor bloccato per una proprietà.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore proprietà

Tipo: System.Windows.Input.RoutedCommand
Richiesta di visualizzazione di un editor bloccato per una proprietà.

Note

La finestra delle proprietà deve fornire all'utente diverse modalità di modifica per una proprietà, se possibile. La finestra della proprietà deve supportare gli editor bloccati, ossia finestre di dialogo bloccate in posizione in modo da risultare simili agli editor estesi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValueEditorCommands Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

PropertyValueEditor

PropertyContainerEditMode

ExtendedPinned

CanExecute

Execute

Altre risorse

Architettura di estensibilità di Progettazione WPF