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

Type適用されているクラスで添付プロパティを参照できるようにするために、クラスにも適用する必要がある.NET Framework属性の AttachedPropertyBrowsableWhenAttributePresentAttribute

適用対象