PropertyEntry Constructor (PropertyValue)
Initializes a new instance of the PropertyEntry class that acts as a sub-property of the specified PropertyValue.
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
)
Parameters
- parentValue
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
The parent PropertyValue. Root properties do not have a parent PropertyValue.
.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