PropertyValue(PropertyEntry) Constructor

Definition

Initializes a new instance of the PropertyValue class with the parent property set to a specified PropertyEntry object.

protected:
 PropertyValue(System::Activities::Presentation::PropertyEditing::PropertyEntry ^ parentProperty);
protected PropertyValue (System.Activities.Presentation.PropertyEditing.PropertyEntry parentProperty);
new System.Activities.Presentation.PropertyEditing.PropertyValue : System.Activities.Presentation.PropertyEditing.PropertyEntry -> System.Activities.Presentation.PropertyEditing.PropertyValue
Protected Sub New (parentProperty As PropertyEntry)

Parameters

parentProperty
PropertyEntry

The PropertyEntry that corresponds to this PropertyValue.

Applies to