Metodo PropertyEntry.CreatePropertyValueInstance

Se sottoposto a override in una classe derivata, l'oggetto viene utilizzato dall'infrastruttura host per creare una nuova istanza di PropertyValue specifica dell'host.

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

Sintassi

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

Valore restituito

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
Nuova istanza di PropertyValue.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyEntry Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà