Freigeben über


PropertyEntry.Context-Eigenschaft

Ruft beim Überschreiben in einer abgeleiteten Klasse die aktuelle EditingContext-Instanz ab.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Context As EditingContext
    Get
public abstract EditingContext Context { get; }
public:
virtual property EditingContext^ Context {
    EditingContext^ get () abstract;
}
abstract Context : EditingContext
abstract function get Context () : EditingContext

Eigenschaftswert

Typ: Microsoft.Windows.Design.EditingContext
Die aktuelle EditingContext-Instanz.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyEntry Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur