AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType プロパティ

定義

クラスにも適用する必要がある.NET Framework 属性の型を取得します。

public:
 property Type ^ AttributeType { Type ^ get(); };
public Type AttributeType { get; }
member this.AttributeType : Type
Public ReadOnly Property AttributeType As Type

プロパティ値

.NET Framework 属性の型。

注釈

AttributeType 値は、AttachedPropertyBrowsableWhenAttributePresentAttribute .NET Framework 属性コンストラクターの attributeType パラメーターでのみ設定できます。

適用対象