AttachedPropertyBrowsableForTypeAttribute(Type) 构造函数

定义

使用提供的 targetType 初始化 AttachedPropertyBrowsableForTypeAttribute 类的一个新实例。

public:
 AttachedPropertyBrowsableForTypeAttribute(Type ^ targetType);
public AttachedPropertyBrowsableForTypeAttribute (Type targetType);
new System.Windows.AttachedPropertyBrowsableForTypeAttribute : Type -> System.Windows.AttachedPropertyBrowsableForTypeAttribute
Public Sub New (targetType As Type)

参数

targetType
Type

此.NET Framework属性适用的附加属性的使用范围的预期类型。

适用于