DependencyPropertyDescriptor.PropertyType プロパティ

定義

依存関係プロパティの表される Type を取得します。

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

プロパティ値

依存関係プロパティの Type

注釈

このプロパティは、依存関係プロパティが登録された Type を返します。

適用対象