Partager via


PropertyEntryCollection, constructeur

Initialise une nouvelle instance de la classe PropertyEntryCollection.

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 PropertyEntryCollection(
    PropertyValue parentValue
)
protected:
PropertyEntryCollection(
    PropertyValue^ parentValue
)
new : 
        parentValue:PropertyValue -> PropertyEntryCollection
protected function PropertyEntryCollection(
    parentValue : PropertyValue
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

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

Notes

La classe PropertyEntryCollection est destinée aux implémentations hôtes.

Sécurité .NET Framework

Voir aussi

Référence

PropertyEntryCollection Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété