PropertyValue(PropertyEntry) 构造函数 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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.PropertyValueProtected Sub New (parentProperty As PropertyEntry)参数
- parentProperty
- PropertyEntry
与此 PropertyEntry 对应的 PropertyValue。