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

注解

此属性只能通过 AttachedPropertyBrowsableForTypeAttribute 构造函数公开的 .NET Framework 属性声明进行设置。

适用于