Share via


AttachedPropertyBrowsableWhenAttributePresentAttribute(Type) 构造函数

定义

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

参数

attributeType
Type

.NET Framework属性的 ,Type还必须应用于类,以便附加属性在应用的类AttachedPropertyBrowsableWhenAttributePresentAttribute上可浏览。

适用于