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属性が適用される添付プロパティの使用をスコープとする目的の型。

適用対象