PropertyEntryCollection-Konstruktor

Initialisiert eine neue Instanz der PropertyEntryCollection-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 PropertyEntryCollection(
    PropertyValue parentValue
)
protected:
PropertyEntryCollection(
    PropertyValue^ parentValue
)
new : 
        parentValue:PropertyValue -> PropertyEntryCollection
protected function PropertyEntryCollection(
    parentValue : PropertyValue
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

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

Hinweise

Die PropertyEntryCollection-Klasse wird für Hostimplementierungen verwendet.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyEntryCollection Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur