PropertyValue(PropertyEntry) 생성자

정의

부모 속성이 지정된 PropertyEntry 개체로 설정된 클래스의 PropertyValue 새 인스턴스를 초기화합니다.

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

매개 변수

parentProperty
PropertyEntry

PropertyEntryPropertyValue값에 해당하는 값입니다.

적용 대상