다음을 통해 공유


PropertyEntry 생성자

정의

PropertyEntry 클래스의 새 인스턴스를 만듭니다.

오버로드

PropertyEntry()

PropertyEntry 클래스의 새 인스턴스를 만듭니다.

PropertyEntry(PropertyValue)

지정된 PropertyEntry의 하위 속성 역할을 하는 PropertyValue 클래스의 새 인스턴스를 만듭니다.

PropertyEntry()

PropertyEntry 클래스의 새 인스턴스를 만듭니다.

protected:
 PropertyEntry();
protected PropertyEntry ();
Protected Sub New ()

적용 대상

PropertyEntry(PropertyValue)

지정된 PropertyEntry의 하위 속성 역할을 하는 PropertyValue 클래스의 새 인스턴스를 만듭니다.

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

매개 변수

parentValue
PropertyValue

부모 PropertyValue입니다.

설명

호스트 인프라 파생 클래스에 해당합니다.

적용 대상