Share via


PropertyValue(PropertyEntry) 构造函数

定义

初始化 PropertyValue 类的新实例,并将 PropertyEntry 属性设置为指定对象,有着父属性设置。

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)

参数

parentProperty
PropertyEntry

与此 PropertyEntry 对应的 PropertyValue

适用于