PropertyEntry 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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입니다.
설명
호스트 인프라 파생 클래스에 해당합니다.