Share via


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屬性的附加屬性。

適用於