PropertyValueCollection(PropertyValue) 建構函式

定義

初始化 PropertyValueCollection 類別的新執行個體,這個執行個體會做為指定之父代 PropertyValue 的子屬性。

protected:
 PropertyValueCollection(System::Activities::Presentation::PropertyEditing::PropertyValue ^ parentValue);
protected PropertyValueCollection (System.Activities.Presentation.PropertyEditing.PropertyValue parentValue);
new System.Activities.Presentation.PropertyEditing.PropertyValueCollection : System.Activities.Presentation.PropertyEditing.PropertyValue -> System.Activities.Presentation.PropertyEditing.PropertyValueCollection
Protected Sub New (parentValue As PropertyValue)

參數

parentValue
PropertyValue

PropertyValue

適用於