PropertyValueCollection-Konstruktor

Initialisiert eine neue Instanz der PropertyValueCollection-Klasse.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

parentValue hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValueCollection Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur