PropertyValueCollection(PropertyValue) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将类的新实例 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级 。