PropertyValue(PropertyEntry) Constructor

Definición

Inicializa una nueva instancia de la clase PropertyValue con la propiedad primaria establecida para un objeto PropertyEntry especificado.

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)

Parámetros

parentProperty
PropertyEntry

El objeto PropertyEntry que se corresponde con este valor PropertyValue.

Se aplica a