Condividi tramite


Proprietà PropertyContainer.ActiveEditMode

Ottiene o imposta la modalità di modifica attualmente visualizzata per questo contenitore.

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

Sintassi

'Dichiarazione
Public Property ActiveEditMode As PropertyContainerEditMode
    Get
    Set
public PropertyContainerEditMode ActiveEditMode { get; set; }
public:
property PropertyContainerEditMode ActiveEditMode {
    PropertyContainerEditMode get ();
    void set (PropertyContainerEditMode value);
}
member ActiveEditMode : PropertyContainerEditMode with get, set
function get ActiveEditMode () : PropertyContainerEditMode
function set ActiveEditMode (value : PropertyContainerEditMode)

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode
Oggetto PropertyContainerEditMode per questo contenitore.

Informazioni proprietà di dipendenza

Campo dell'identificatore

ActiveEditModeProperty

Proprietà dei metadati impostate su true

Inline

Note

Gli oggetti ExtendedPopup, ExtendedPinned, Inline o Dialog sono modalità di modifica di esempio.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyContainer Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà

Dependency Properties Overview