AttachedPropertyBrowsableWhenAttributePresentAttribute(Type) コンストラクター

定義

AttachedPropertyBrowsableWhenAttributePresentAttribute クラスの新しいインスタンスを初期化します。

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 が適用されるクラスで参照できるようにするには、クラスにも適用する必要があります。

適用対象