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
- parentValue
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue parent.Il s'agira de la propriété dont le type est une collection.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | parentValue est nullune référence null (Nothing en Visual Basic). |
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
PropertyValueCollection Classe
Microsoft.Windows.Design.PropertyEditing, espace de noms