Partager via


PropertyValueCollection, constructeur

Initialise une nouvelle instance de la classe PropertyValueCollection.

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

Syntaxe

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

Paramètres

Exceptions

Exception Condition
ArgumentNullException

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

Sécurité .NET Framework

Voir aussi

Référence

PropertyValueCollection Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété