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 依存関係プロパティが登録された を返します。

適用対象