Partager via


PropertyValue, constructeur

Initialise une nouvelle instance de la classe PropertyValue.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    parentProperty As PropertyEntry _
)
protected PropertyValue(
    PropertyEntry parentProperty
)
protected:
PropertyValue(
    PropertyEntry^ parentProperty
)
new : 
        parentProperty:PropertyEntry -> PropertyValue
protected function PropertyValue(
    parentProperty : PropertyEntry
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

parentProperty est nullune référence null (Nothing en Visual Basic).

Notes

La classe PropertyValue représente la valeur sous-jacente d'une propriété. La classe PropertyEntry représente la propriété elle-même. PropertyEntry est le parent, tandis que PropertyValue est l'enfant.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValue Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyValueEditor

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété