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

注解

用于宿主基础结构的派生类。

适用于