PropertyEntryCollection(PropertyValue) 构造函数

定义

使用指定的 PropertyEntryCollection 实例数组的子属性来初始化 ParentValue 类的新实例。

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

参数

parentValue
PropertyValue

用于初始化的父 PropertyValue 实例。

适用于