PropertyEntryCollection(PropertyValue) コンストラクター

定義

指定したPropertyEntryCollection インスタンスのサブプロパティを使用して、ParentValue クラスの新しいインスタンスを初期化します。

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

パラメーター

parentValue
PropertyValue

初期化に使用される親 PropertyValue インスタンス。

適用対象