PropertyValue Constructor
Initializes a new instance of the PropertyValue class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Sub New ( _
parentProperty As PropertyEntry _
)
protected PropertyValue(
PropertyEntry parentProperty
)
protected:
PropertyValue(
PropertyEntry^ parentProperty
)
new :
parentProperty:PropertyEntry -> PropertyValue
protected function PropertyValue(
parentProperty : PropertyEntry
)
Parameters
- parentProperty
Type: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
The property entry that is the parent of this property value.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | parentProperty is nulla null reference (Nothing in Visual Basic). |
Remarks
The PropertyValue class represents the underlying value of a property. The PropertyEntry class represents the property itself. The PropertyEntry is the parent, and the PropertyValue is the child.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace