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

适用于