PropertyEntry.CreatePropertyValueInstance-Methode

Wird beim Überschreiben in einer abgeleiteten Klasse von der Hostinfrastruktur verwendet, um eine neue hostspezifische PropertyValue-Instanz zu erstellen.

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

Syntax

'Declaration
Protected MustOverride Function CreatePropertyValueInstance As PropertyValue
protected abstract PropertyValue CreatePropertyValueInstance()
protected:
virtual PropertyValue^ CreatePropertyValueInstance() abstract
abstract CreatePropertyValueInstance : unit -> PropertyValue 
protected abstract function CreatePropertyValueInstance() : PropertyValue

Rückgabewert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyValue
Eine neue PropertyValue-Instanz.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyEntry Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur