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
- parentValue
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue parent.
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
- 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
PropertyEntryCollection Classe
Microsoft.Windows.Design.PropertyEditing, espace de noms