PropertyEntry-Konstruktor (PropertyValue)

Initialisiert eine neue Instanz der PropertyEntry-Klasse, die als Untereigenschaft des angegebenen PropertyValue fungiert.

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyEntry Klasse

PropertyEntry-Überladung

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur