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 に格納されている値の DependencyProperty

適用対象