AttachedPropertyBrowsableForTypeAttribute.TargetType プロパティ

定義

この.NET Framework属性が適用される添付プロパティの使用をスコープとする基本型を取得します。

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

プロパティ値

Type

要求された Type

注釈

このプロパティは、コンストラクターによって公開される.NET Framework属性宣言をAttachedPropertyBrowsableForTypeAttribute介してのみ設定できます。

適用対象