共用方式為


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

備註

用於主機基礎結構衍生類別。

適用於