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.PropertyEntry
Protected Sub New (parentValue As PropertyValue)
参数
- parentValue
- PropertyValue
父 PropertyValue级 。
注解
对于主机基础结构派生类。