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 です。

適用対象