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

适用于