PropertyEntry 构造函数

定义

创建类的新实例 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级 。

注解

对于主机基础结构派生类。

适用于