PropertyValueCollection(PropertyValue) 构造函数

定义

将类的新实例 PropertyValueCollection 初始化为指定父 PropertyValue级的子属性。

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

参数

parentValue
PropertyValue

PropertyValue级 。

适用于