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입니다.

적용 대상