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
備註
用於主機基礎結構衍生類別。