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 のインスタンス。

適用対象