다음을 통해 공유


DependencyProperty.PropertyType 속성

정의

Type에 저장된 값의 DependencyProperty을 가져옵니다.

public:
 property Type ^ PropertyType { Type ^ get(); };
public Type PropertyType { get; }
member this.PropertyType : Type
Public ReadOnly Property PropertyType As Type

속성 값

Type

Type에 저장된 DependencyProperty 값입니다.

적용 대상