PropertyEntry 构造函数 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 PropertyEntry 类的新实例。
重载
| PropertyEntry() | 创建 PropertyEntry 类的新实例。 | 
| PropertyEntry(PropertyValue) | 创建 PropertyEntry 类的新实例,该实例用作指定的 PropertyValue 的子属性。 | 
PropertyEntry()
创建 PropertyEntry 类的新实例。
protected:
 PropertyEntry();protected PropertyEntry ();Protected Sub New ()适用于
PropertyEntry(PropertyValue)
创建 PropertyEntry 类的新实例,该实例用作指定的 PropertyValue 的子属性。
protected:
 PropertyEntry(System::Activities::Presentation::PropertyEditing::PropertyValue ^ parentValue);protected PropertyEntry (System.Activities.Presentation.PropertyEditing.PropertyValue parentValue);new System.Activities.Presentation.PropertyEditing.PropertyEntry : System.Activities.Presentation.PropertyEditing.PropertyValue -> System.Activities.Presentation.PropertyEditing.PropertyEntryProtected Sub New (parentValue As PropertyValue)参数
- parentValue
- PropertyValue
注解
用于宿主基础结构的派生类。