PropertyEntry.CreatePropertyValueInstance, méthode
En cas de substitution dans une classe dérivée, utilisé par l'infrastructure hôte pour créer une instance de PropertyValue spécifique de l'hôte.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Protected MustOverride Function CreatePropertyValueInstance As PropertyValue
protected abstract PropertyValue CreatePropertyValueInstance()
protected:
virtual PropertyValue^ CreatePropertyValueInstance() abstract
abstract CreatePropertyValueInstance : unit -> PropertyValue
protected abstract function CreatePropertyValueInstance() : PropertyValue
Valeur de retour
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValue
Nouvelle instance de PropertyValue.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms