Sdílet prostřednictvím


PropertyValue-Konstruktor

Aktualisiert: November 2007

Initialisiert eine neue Instanz der PropertyValue-Klasse.

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

Syntax

'Declaration
Protected Sub New ( _
    parentProperty As PropertyEntry _
)
'Usage
Dim parentProperty As PropertyEntry

Dim instance As New PropertyValue(parentProperty)
protected PropertyValue(
    PropertyEntry parentProperty
)
protected:
PropertyValue(
    PropertyEntry^ parentProperty
)
protected function PropertyValue(
    parentProperty : PropertyEntry
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

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

Hinweise

Die PropertyValue-Klasse stellt den zugrunde liegenden Wert einer Eigenschaft dar. Die PropertyEntry-Klasse stellt die Eigenschaft selbst dar. Bei PropertyEntry handelt es sich um das übergeordnete Element und bei PropertyValue um das untergeordnete Element.

Berechtigungen

Siehe auch

Referenz

PropertyValue-Klasse

PropertyValue-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

PropertyValueEditor

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur